Skip to content
/ ADA Public

This repository contains a collection of notes and code snippets related to various algorithms, algorithmic techniques, and their analysis.

Notifications You must be signed in to change notification settings

Jixiee/ADA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

ADA

Analysis and Design of Algorithms (ADA) Notes and Codes

Welcome to the Analysis and Design of Algorithms (ADA) repository! This repository contains a collection of notes and code snippets related to various algorithms, algorithmic techniques, and their analysis. Whether you're a student studying algorithms or a developer looking to refresh your algorithmic knowledge, you'll find valuable resources here.

Table of Contents

Notes

  1. Introduction to Algorithms
  2. Sorting Algorithms
  3. Searching Algorithms
  4. Divide and Conquer
  5. Greedy Algorithms
  6. Dynamic Programming
  7. Graph Algorithms

Codes

  1. Binary Search Iterative
  2. Binary Search Recursive
  3. Selection Sort
  4. Quick Sort
  5. Merge Sort
  6. Fractional Knapsack
  7. Kruskal's Algorithm
  8. Prim's Algorithm
  9. Strassen's Matrix Multiplication
  10. 0/1 Knapsack Problem
  11. Dijkstra's Algorithm
  12. Longest Common Subsequence
  13. Breadth First Search
  14. Depth First Search
  15. N-Queen Problem

Usage

Browse through the directories to find notes written in Markdown format and code snippets implemented in various programming languages. Each section covers different algorithms, techniques, or topics. Feel free to explore, learn, and even contribute!

Contributing

Contributions are welcome! If you have additional notes, better explanations, or more efficient code snippets, please consider opening a pull request. Be sure to follow the contribution guidelines.


Happy coding and exploring algorithms!

About

This repository contains a collection of notes and code snippets related to various algorithms, algorithmic techniques, and their analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages