Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Miscellaneous

Various interesting problems that don't fit into other categories.

Key Concepts Covered

  • Mixed algorithmic techniques
  • Puzzle-type problems
  • Simulation problems
  • Game theory basics
  • Greedy approaches
  • Creative problem solving

Tips

  • Read problem statements carefully
  • Break down complex problems into simpler parts
  • Look for patterns and edge cases
  • Sometimes brute force with optimization is the answer
  • Practice thinking outside the box