Skip to content

Instantly share code, notes, and snippets.

View knakul853's full-sized avatar
🏠
Working from home

Nakul Bharti knakul853

🏠
Working from home
View GitHub Profile
@sharmaeklavya2
sharmaeklavya2 / cp_syllabus.md
Last active May 22, 2024 10:00
Competitive Programming Syllabus

Competitive Programming Syllabus

Geometry

  • Problems - Refer the article for a list of problems which can be solved using Rotating Calipers technique.
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active May 2, 2024 08:38
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help