Skip to content

Inspired by Atanas Atanasov; Based on SoftUni course (July 2022);

License

Notifications You must be signed in to change notification settings

SimeonChifligarov/Algorithms_with_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms_with_Python

Inspired by Atanas Atanasov

Based on SoftUni course (July 2022);

  1. Recursion
    • Recursion
    • Backtracking
    • Recursion vs Iteration
  2. Exercise: Recursion
  3. Searching and Sorting Algorithms
    • Searching
    • Sorting Algorithms
  4. Introduction to Graphs
    • Definitions and Terminology
    • Graph ADS
    • Traversal algorithms - BFS and DFS
    • Connected components
    • Topological sort
  5. Exercise: Introduction to Graphs
  6. Minimum spanning tree and Shortest path in Graph
    • Minimum spanning tree (Prim, Kruskal)
    • Shortest path (Unweighted graph, Dijkstra, Bellman-Ford)
  7. Exercise: Minimum spanning tree and Shortest path in Graph
  8. Dynamic Programming
    • Definition
    • Fibonacci
    • Move Down/Right
    • Longest common subsequence
    • Longest increasing subsequence
  9. Exercise: Dynamic Programming

About

Inspired by Atanas Atanasov; Based on SoftUni course (July 2022);

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages