coding-challenges/ - poushali@nit-silchar

$ cat coding-challenges/README.md

💻 Weekly Challenges

Fresh problems every week to keep your skills sharp!

Current Week's Challenge

Past Challenges Archive

🎓 Student Assignments

Data Structures Projects

Algorithm Challenges

System Programming

Machine Learning Projects

🏆 CTF & Security Challenges

Web Security

Cryptography

Reverse Engineering

🎮 Code Golf & Fun Challenges

Shortest Code Wins

Creative Coding

📊 Challenge Difficulty Guide

✓ EASY - Good for beginners, basic concepts

✓ MEDIUM - Requires problem-solving skills

✓ HARD - Advanced algorithms, optimization needed

✓ EXPERT - Research-level complexity

💡 Pro Tips for Solving

1. Read Carefully - Understand the problem before coding

2. Start Simple - Brute force first, optimize later

3. Test Edge Cases - Empty input, max values, negatives

4. Time Yourself - Interview practice = time pressure

5. Review Solutions - Learn from others' approaches

6. Debug Smart - Print statements are your friend