Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 908 Bytes

Algorithm_Design

Description

This is a data structure and algorithm made by myself. Basically all codes are design as they can be used in competitive programming. But feel free for using this library.
Implementation of different essential algorithm and their supporting non build-in data structure.
Generally there stay some essential and well know algorithm whose we use our general 'software engineering'.
Those algorithm are mostly suitable for "Competative programming".
This can be used as a supporting role of university "Algorithm Design" course.

Content Pattern

  1. Basic data structure
  2. Sortng Algorithm
  3. Searchng Algorithm
  4. Tree Algorithm
  5. Graph Algorithm
  6. Dynamic programming efficient implementation etc.

Conclusion

Feel free for any kind of bug fixing and changes. Also feel free for using this libraries code for many purpose.