src/– problems, approaches, DS & A to solvebooks/– to reference specific thingscompanies/– tasks given by a specific firm
- Take a particular type of problem from
src/. - Grind all problems from section.
- Optionally, use books/articles for additional info.
- Repeat with other types of problems.
- Tech Interview Handbook — Cheatsheet
- enjoyalgorithms — Guide to DSA
- DSA Tutorial
- Two Pointers Exercises
#pragma GCC optimize("O3,unroll-loops")
#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")
static const bool Booster = []() {
std::ios_base::sync_with_stdio(false);
std::cin.tie(nullptr);
std::cout.tie(nullptr);
return true;
}();todo: implement