https://github.com/ashryaagr/stl_algorithms
Hacktoberfest - Implementations of competitive coding algorithms and contests solutions
https://github.com/ashryaagr/stl_algorithms
hacktoberfest
Last synced: 25 days ago
JSON representation
Hacktoberfest - Implementations of competitive coding algorithms and contests solutions
- Host: GitHub
- URL: https://github.com/ashryaagr/stl_algorithms
- Owner: ashryaagr
- Created: 2019-07-04T13:29:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T05:08:19.000Z (over 2 years ago)
- Last Synced: 2025-03-28T23:43:50.514Z (about 1 month ago)
- Topics: hacktoberfest
- Language: C++
- Homepage:
- Size: 230 KB
- Stars: 3
- Watchers: 0
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive coding
- This repo is a collection of the various algorithms I have implemented. It also has the solutions of some of the codechef problems I solved . C++ and Standard Template Library (STL) were used .
- template.cpp is the template that I made for programming contests. This template has the code ( in the form of preprocessor directives ) that shortens the frequently used library functions and data-types. This template also has some code that reduces execution time of any c++ code by 4-5 times.
- I followed this awesome book for competitive coding :