This repository contains logic-based and problem-solving programs implemented in multiple programming languages.
It is created to strengthen my programming fundamentals, logical thinking, and interview preparation.
The same types of problems are solved using:
- C
- C++
- Java
- Python
├── C/
├── CPP/
├── Java/
└── Python/
- ✔ Number Logic (even/odd, prime, divisible, factorial)
- ✔ Conditional Statements
- ✔ Loops & Iterations
- ✔ Functions / Methods
- ✔ Arrays & Strings (language-specific)
- ✔ Basic Algorithms
- Build strong problem-solving skills
- Practice logic building as a beginner
- Prepare for coding interviews
- Compare same logic across multiple languages
- Maintain consistent daily coding practice
- Choose a programming language folder
- Pick a problem
- Understand the logic
- Run the program in your local environment
- Try implementing the same logic in other languages
- One problem = one commit
- Problems are added regularly
- Code is written with clarity and simplicity for beginners
-
gcc file.c -o file ./file
-
g++ filename.cpp -o myexe ./myexe
-
javac filename.java java filename
-
python filename.py
This is a personal practice repository.
Suggestions, improvements, and optimizations are welcome.
Omkar Mahadev Bhargude
Computer Science Student | Logic Building & Problem Solving Enthusiast
⭐ If you find this repository helpful, consider giving it a star!