Skip to content

AlanAquinas/ADS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS_2023

Algorithms and Data Structure course

This course includes:

  • Complexity
  • Memory

L2. Basic Data Structures.

  • Stack
  • Queue
  • Deque
  • Linked lists.
  • Doubly-Linked lists.

L3. Sorting and Searching.

  • Linear
  • Binary
  • Binary search tree.
  • Priority queues.
  • Heap sort
  • Merge sort
  • Quick Sort.

L4. Text processing.

  • Rabin-Karp algorithm based on hash calculation.
  • Knuth-Morris-Pratt algorithm

L5. Algorithms on graphs.

  • Representation of graphs in computer: adjacency
  • BFS.
  • DFS.
  • Topological Sort.
  • Spanning tree algorithms (Kruskal, Prima)
  • Dijkstra
  • Ford Bellman
  • Floyd

About

Algorithms and Data Structure course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published