Skip to content

anjaneyak10/PracticeProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure:

Recurssion

Read section 1.1 to 1.4 (inclusive) Reference 1 - http://jeffe.cs.illinois.edu/teaching/algorithms/book/01-recursion.pdf. This will cover:

  • Introduction to recurssion
  • Simple recursion problem
  • Tower of Hanoi
  • Merge sort

Additional links for recurssion:

Complexity Analysis:

Divide and Concquer

Dynamic Programming

Greedy Algorithms

Reference 3: http://jeffe.cs.illinois.edu/teaching/algorithms/book/04-greedy.pdf This deals with interesting problems like:

  • Job scheduling
  • Huffman Codes

Graph problems:

Reference 4: http://jeffe.cs.illinois.edu/teaching/algorithms/book/05-graphs.pdf We will go through basic graph traversal and graph distance algos.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages