Skip to content

A collection of some new and advanced data structures & algorithms I'm learning about in my Advanced Algorithms class.

Notifications You must be signed in to change notification settings

ChristineWasike/Advanced-Algorithms

Repository files navigation

Data structures and Advanced Algorithms

A collection of some new and advanced data structures & algorithms
I'm learning about in my Advanced Algorithms class.

Algorithms

  1. Recursion equation and Master's Theorem
  2. Merge sort
  3. Breath first search and Depth first search
  4. Binary search
  5. Minimum Spanning Tree & Kruskal's Algorithm
  6. Max-flow problem & Ford-Fulkerson Algorithm

Data structures

  1. Arrays
  2. Hash tables
  3. Trees
  4. Graphs
  5. Stacks & Queues
  6. Heaps

Concepts

  1. Big O complexity analysis
  2. Recursion

About

A collection of some new and advanced data structures & algorithms I'm learning about in my Advanced Algorithms class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages