Languages used: Java, C++, Python
Table of content
| Type | Specification | Language |
|---|---|---|
| Stack | Basic | Java, C++, Python |
| With template | Java, C++, Python | |
| Queue | Basic | Java, C++, Python |
| With template | Java, C++, Python | |
| Linked List | Basic | Java, C++, Python |
| With template | Java, C++, Python | |
| Heap | Max heap | Java, C++, Python |
| Min heap | Java, C++, Python | |
| Binary Search Tree | Java, C++, Python | |
| Sorting | Bubble | Java, C++ |
| Insertion | Java, C++ | |
| Merge | Java, C++ | |
| Quick | Java, C++ | |
| Selection | Java, C++ |