code-library

所属分类:数据结构
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2023-06-13 10:36:04
上 传 者sh-1993
说明:  为编程竞赛实施和收集的模板、算法和数据结构。
(Templates, algorithms and data structures implemented and collected for programming contests.)

文件列表:
Data Structures/ (0, 2023-11-23)
Data Structures/Augmented DSU.cpp (1583, 2023-11-23)
Data Structures/BIT 2D with Range Update and Range Query.cpp (2060, 2023-11-23)
Data Structures/BIT with Range Update and Range Query.cpp (775, 2023-11-23)
Data Structures/BIT.cpp (613, 2023-11-23)
Data Structures/BST using STL.cpp (691, 2023-11-23)
Data Structures/Balanced Bracket Tree.cpp (1211, 2023-11-23)
Data Structures/Binarizing a Tree.cpp (3769, 2023-11-23)
Data Structures/Cartesian Tree.cpp (2294, 2023-11-23)
Data Structures/Centroid Decomposition Persistent.cpp (3813, 2023-11-23)
Data Structures/Centroid Decomposition.cpp (3685, 2023-11-23)
Data Structures/DSU Partially Persistent.cpp (1741, 2023-11-23)
Data Structures/DSU on Tree.cpp (931, 2023-11-23)
Data Structures/DSU with Rollbacks.cpp (2909, 2023-11-23)
Data Structures/DSU.cpp (781, 2023-11-23)
Data Structures/Disjoint Sparse Table.cpp (1933, 2023-11-23)
Data Structures/Divide and Conquer for Insert and Query Problems.cpp (1531, 2023-11-23)
Data Structures/Dynamic Connectivity Problem.cpp (3454, 2023-11-23)
Data Structures/Dynamic Diameter Online.cpp (2589, 2023-11-23)
Data Structures/HLD with Persistent Lazy Propagation.cpp (9897, 2023-11-23)
Data Structures/HLD.cpp (3464, 2023-11-23)
Data Structures/Implicit Treap.cpp (8837, 2023-11-23)
Data Structures/Interval Set.cpp (1679, 2023-11-23)
Data Structures/KD Tree.cpp (2307, 2023-11-23)
Data Structures/LCA.cpp (1509, 2023-11-23)
Data Structures/Link Cut Tree.cpp (6257, 2023-11-23)
Data Structures/MOs Algorithm.cpp (1530, 2023-11-23)
Data Structures/MOs Online.cpp (2291, 2023-11-23)
Data Structures/MOs on tree.cpp (2827, 2023-11-23)
Data Structures/MOs with DSU.cpp (3349, 2023-11-23)
Data Structures/MOs with Update.cpp (1932, 2023-11-23)
Data Structures/Monotonous Queue.cpp (561, 2023-11-23)
Data Structures/Mos within Mos.cpp (2756, 2023-11-23)
Data Structures/Ordered Set.cpp (810, 2023-11-23)
Data Structures/Permutation Tree.cpp (5923, 2023-11-23)
Data Structures/Persistent Array.cpp (2649, 2023-11-23)
Data Structures/Persistent Meldable Heap.cpp (3524, 2023-11-23)
Data Structures/Persistent Queue.cpp (2642, 2023-11-23)
Data Structures/Persistent Trie.cpp (1491, 2023-11-23)
... ...

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url] This is my personal code library where I compiled **almost all** the important templates that you will need in Competitive Programming (saying almost just for courtesy). Most of the codes are originally written by me and some of them are collected from others but modified in a cleaner way. It took me around 4 years to complete the list. Maybe each line is just a line to you but to me it tells a story of the excitements I had while learning those stuffs, the sleepless but fun nights I had to seek knowledge. #### Why am I sharing this library? - Just so that your learning path becomes a bit smoother. - Knowledge hidden inside my head or codes in a private code-library will be useless when I am dead, so it's better to share those among people before I die. Also, you can make me happy(as in to pay me) just by giving a star to the repository. I believe that my coding style is pretty clean and readable, and furthermore, a few problem links are attached to most of the codes so that you can practice those problems. Best wishes, my friend blobheart. ## Topic List (For this Library, Must Check) The topic lists for which I have created this library can be found [here](https://codeforces.com/blog/entry/95106). It also contains the relevant problems and tutorials of each topic. Upvote the attached blog if you think I have helped you somehow. [contributors-shield]: https://img.shields.io/github/contributors/ShahjalalShohag/code-library.svg?style=for-the-badge [contributors-url]: https://github.com/ShahjalalShohag/code-library/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/ShahjalalShohag/code-library.svg?style=for-the-badge [forks-url]: https://github.com/ShahjalalShohag/code-library/network/members [stars-shield]: https://img.shields.io/github/stars/ShahjalalShohag/code-library.svg?style=for-the-badge [stars-url]: https://github.com/ShahjalalShohag/code-library/stargazers [issues-shield]: https://img.shields.io/github/issues/ShahjalalShohag/code-library.svg?style=for-the-badge [issues-url]: https://github.com/ShahjalalShohag/code-library/issues [license-shield]: https://img.shields.io/github/license/ShahjalalShohag/code-library.svg?style=for-the-badge [license-url]: https://github.com/ShahjalalShohag/code-library/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/ShahjalalShohag

近期下载者

相关文件


收藏者