Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.
/ lib-algo Public archive

๐Ÿ“Ž A C++ and Python library with implementation of basic algorithms, data structures, constants, etc. at lower complexities. Useful for Competitive Programming and System Programming.

License

Notifications You must be signed in to change notification settings

jishanshaikh4/lib-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

64 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Ž lib-algo

A C++ library with implementation of basic algorithms, data structures, constants at lower complexities. Useful for Competitive Programming and System Programming.

Sections

To do and Progress

  • Sorting (Merge, Quick, Radix, Heap, Bucket?) (NOT DONE YET)
  • Advanced Sorting (Randomized, approximated, distributed Data Structures) (NOT DONE YET)
  • Searching (Binary, etc.)(NOT DONE YET)
  • Graph Algorithms (DFS, BFS, and their variations, MST, Connected Components) (NOT DONE YET)
  • Data Structures as abstract data types (Tree, Graph, and their variations) (NOT DONE YET)
  • Puzzles implemented in C++ (NOT DONE YET)

Contributions

I'm willing to accept contributions from open source developers. What you have to do is simply fork this repository, made changes to it, and leave a pull request. Anybody can contribute to this repository following industry ethics.

License

This library is licensed under MIT Licence. You can not use, re-modify, distribute, etc. for commercial purposes. Read more about licence here.

Copyright 2018-Present. Jishan Shaikh.

MIT License

https://en.wikipedia.org/wiki/MIT_License

About

๐Ÿ“Ž A C++ and Python library with implementation of basic algorithms, data structures, constants, etc. at lower complexities. Useful for Competitive Programming and System Programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published