Skip to content

c0utin/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures

List of algorithms:

  • Sort

    • Insertion Sort -> $O(n²)$
    • Bubble Sort -> $O(n²)$
    • Merge Sort -> $O(n log n)$
  • Search

    • Linear Search -> $O(n)$
    • Binary Search -> $log(n)$

List of Data Structures:

  • Singly Linked List
  • B-tree
  • Stack
  • Queue
  • Hashmap

About

data-structures & algorithms

Resources

Stars

Watchers

Forks