Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 594 Bytes

Advanced-Algorithms-Laboratory

This repository contains the code and materials for the Advanced Algorithms Laboratory subject. The subject focuses on exploring and implementing advanced algorithms for various computational problems in C++ language.

The topics studied are displayed below:

  • BackTracking
  • Binary Search
  • Dynamic Programing
  • Geometrical Computation
  • Graphs (DFS, BFS, Ord Top, CC, Prim, Kruskal, Dijkstra, BellmanFord, FloydWarshall)
  • Greedy algorithms
  • Knuth–Morris–Pratt (KMP) algorithm
  • Number Theory
  • Standard Template Library (STL) data structures
  • Tries