Skip to content

xxdagi/Algorithms-and-Data-Structures-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-and-Data-Structures-Course

A collection of materials from Algorithms and Data Structures course, including lecture topics with implementations, LeetCode practice problems, and university assignments.

Repository Structure

ASD/
├── sorting/
│   ├── algorithms/       # Sorting algorithm implementations
│   └── leetcode/         # LeetCode problems on sorting
├── graphs/
│   ├── algorithms/       # Graph algorithm implementations
│   └── leetcode/         # LeetCode problems on graphs
├── dp/
│   └── leetcode/         # LeetCode problems on DP
├── colloquia/            # Midterm exams
├── exams/                # Final exams

Topics covered

Sorting

Classic and advanced sorting algorithms with complexity analysis and LeetCode problems focused on sorting techniques.

Graphs

Graph representations, traversals (BFS, DFS), shortest paths, and related LeetCode problems.

Dynamic Programming

DP fundamentals, common patterns (knapsack, subsequences, etc.), and LeetCode problems solved with DP approach.

About

A comprehensive collection of Algorithms and Data Structures materials, featuring sorting, graphs, DP implementations and LeetCode challenges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages