Skip to content

Algorithms & Data Structures – implementations and examples of sorting, data structures, graph algorithms, and greedy/dynamic programming.

Notifications You must be signed in to change notification settings

strzebon/algorithms-and-datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms & Data Structures

This repository contains exercises and examples for the Algorithms and Data Structures course, focusing on key algorithms and data structures for problem-solving.

Topics Covered

  • Sorting Algorithms – basic, quick, and linear sorting methods
  • Elementary Data Structures – arrays, lists, stacks, queues, and more
  • Graph Algorithms – DFS, BFS, weighted graphs, and applications
  • Greedy and Dynamic Programming – problem-solving techniques and examples

About

Algorithms & Data Structures – implementations and examples of sorting, data structures, graph algorithms, and greedy/dynamic programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages