Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 695 Bytes

DataStructuresAndAlgorithms

Data Structures

Stack
    ✓ Stack with array
    ✓ Stack with linked list
Queue
    ✓ Queue with array
    ✓ Queue with linked list
✖ Linked List
Tree
    ✖ Binary tree
    ✖ Binary search tree
    ✖ B-tree
Graph

Algorithms

Sorting algorithms
    ✖ Quick Sort
    ✖ Insertion Sort
    ✖ Heap Sort
    ✖ Bubble Sort
    ✖ Merge Sort
    ✖ Counting Sort
    ✖ Shell Sort
    ✖ Shaker Sort
Searching algorithms
    ✖ Linear Search
    ✖ Binary Search
    ✖ Hash Sort

Надявам се да не съм прекалил