Skip to content

iliyaML/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures-and-algorithms

Repo for data structures and algorithms

Data Structures

  • Array
  • Linked List
  • Map
  • Set
  • Stack
  • Queue
  • Tree
    • Binary Tree
    • Binary Search Tree
  • Heap
    • Min Heap
    • Max Heap
  • Priority Queue
  • TRIE
  • Graph

Algorithms

  • Big O analysis

  • Searching

    • Linear Search
    • Binary Search
    • Breadth First Search
    • Depth Frist Search
    • Djikstra's Algorithm
    • More...
  • Sorting

    • Bucket Sort
    • Bubble Sort
    • Quick Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Radix Sort
    • More...

Relational Databases