HackerRankAlgorithms
https://www.hackerrank.com/domains/algorithms/
Install / Use
/learn @algorhythms/HackerRankAlgorithmsREADME
HackerRankAlgorithms
Link to HackerRank
Enjoy the awesomeness: https://www.hackerrank.com/domains/algorithms/
Keep pushing.
Languages
The repo is mixed up with Python 2.7.x and C++11/Java8. C++11/Java8 is to solve some problems otherwise TLE or stack overflow in Python.
Notes: TLE & MLE
Failed attempts are kept in the source code as documentation, which are annotated as TLE (Time Limit Exceeds) or MLE (Memory Limit Exceeds).
To Run in HackerRank
To run the code in HackerRank OJ, under if __name__ == "__main__":, change the following:
f = open("0.in", "r")
# f = sys.stdin
to
# f = open("0.in", "r")
f = sys.stdin
If you like it, star :star: the repo.
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
