Skip to content

This repository contains various logic based problem statement solved in multiple language

Notifications You must be signed in to change notification settings

Omkarbhargude/Logic-Based-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Logic-Based Problem Solving

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

Folder Structure

├── C/
├── CPP/
├── Java/
└── Python/


🧪 Topics Covered

  • ✔ Number Logic (even/odd, prime, divisible, factorial)
  • ✔ Conditional Statements
  • ✔ Loops & Iterations
  • ✔ Functions / Methods
  • ✔ Arrays & Strings (language-specific)
  • ✔ Basic Algorithms

🎯 Purpose of This Repository

  • 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

🚀 How to Use

  1. Choose a programming language folder
  2. Pick a problem
  3. Understand the logic
  4. Run the program in your local environment
  5. Try implementing the same logic in other languages

📈 Progress & Practice

  • One problem = one commit
  • Problems are added regularly
  • Code is written with clarity and simplicity for beginners

How to Run

C programming

  •  gcc file.c -o file
    ./file

Cpp programming

  • g++ filename.cpp -o myexe
    ./myexe

Java programming

  • javac filename.java
    java filename
    

Python programming

  • python filename.py

🤝 Contributions

This is a personal practice repository.
Suggestions, improvements, and optimizations are welcome.


👤 Author

Omkar Mahadev Bhargude
Computer Science Student | Logic Building & Problem Solving Enthusiast


⭐ If you find this repository helpful, consider giving it a star!