https://github.com/amarlearning/competitivequestion
Question solved on various competitive sites :metal:
https://github.com/amarlearning/competitivequestion
algorithm codechef codemonk competitive-programming hackerrank
Last synced: 10 days ago
JSON representation
Question solved on various competitive sites :metal:
- Host: GitHub
- URL: https://github.com/amarlearning/competitivequestion
- Owner: amarlearning
- License: unlicense
- Created: 2016-02-08T20:48:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T20:58:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T12:06:42.798Z (27 days ago)
- Topics: algorithm, codechef, codemonk, competitive-programming, hackerrank
- Language: C++
- Homepage:
- Size: 193 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Competitive Questions
This repository contains solutions to every problems that I have solved on CodeForces. They're intended as a last resort in case you've tried very hard to solve a problem but you just haven't been able to figure it out.### Data structure Algorithms
* [Next Greater Element](https://www.youtube.com/watch?v=sgelJuvX1bU)
* [The Stock Span Problem](https://www.youtube.com/watch?v=LvQzYMXEANs)
* [Stack Problems](https://www.hackerearth.com/practice/data-structures/stacks/basics-of-stacks/practice-problems/)
* [The Two Pointer Algorithm](https://tp-iiita.quora.com/The-Two-Pointer-Algorithm)
* [Dynamic Programming and Bit Masking](https://www.hackerearth.com/practice/algorithms/dynamic-programming/bit-masking/tutorial/)