The Theorem project contains the algorithms, abstract data types and implementation of them including the
interview preparation algorithms in Java language.
Data Structure and Algorithms Implementation.
./
├── src
│ ├── main
│ ├── test
│ └── /
├── README.md
└── /
The algorithms terminology and concepts.
| Topic | Types | Description |
|---|---|---|
| Array |
|
|
| List |
|
|
| LinkedList |
|
|
| Set |
|
|
| Map |
|
|
| Sort | Sorting Methods
|
Sorting Types
|
| Search |
|
|
| Stack | ||
| Queue |
|
|
| Heap |
|
|
| Tree | Traversal Methods
|
|
| Graph | Graph Components
|
https://github.com/rslakra/Theorem.git
cd Theorem && ./buildMaven.sh
Run the program with the following command
./runMaven.sh
- Java - The Java Download Location
- Maven - Dependency Management
- Python Algos
See the list of contributors who participated in this project.
- Writing tests
- Code review