Solution to Hackerearth Practice Section problems.
Contains all my Hackerearth Practice Section Solution in c++14. Code are one-lined, so feel free to indent and/or expand according to your need. Thought the solution are free to use I would not recommend anyone to submit the solutions without understanding the exact approach and logic used.
.
βββ algorithm
β βββ graph representation
β βββ hamiltonian path
β βββ linear search
βββ basic programming
β βββ basics of bit manipulation
β βββ basics of implementation
β βββ basics of io
β βββ basics of operators
β βββ complexity analysis
β βββ recursion and backtracking
βββ data structures
β βββ 1-d
β βββ multi-dimensional
βββ maths
β βββ basic number theory-1
β βββ basic number theory-2
β βββ basic of combinatorics
β βββ inclusion exclusion
β βββ primality test
β βββ euler totient function
βββ README.md
- Files are named in alphabetical order.
- All files are marked with the difficulty tag from hackerearth: _VE - VeryEasy, _E - Easy, _M - Medium and _H - Hard