A personal repository documenting my daily coding practice and learning journey across multiple programming languages.
This repository serves as a collection of practice programs, exercises, and projects I work on regularly to improve my programming skills. It's a space where I experiment with different languages, implement algorithms, solve problems, and build small projects.
The repository is organized by programming language:
- C programs - Practice programs and exercises in C
- Java - Java programming exercises and implementations
- Java OOP projects/BankingProject - Object-oriented programming projects in Java
- C++ - C++ practice code and programs
- Python - Python programming exercises
- Daily Practice: Consistent coding to build and maintain programming skills
- Language Learning: Exploring different programming languages and their features
- Problem Solving: Implementing algorithms and solving programming challenges
- Skill Development: Building a stronger foundation in computer science fundamentals
The repository primarily includes code in:
- C
- Java
- C++
- Python
Each language directory contains its own set of programs. To run any program:
-
Clone the repository:
git clone https://github.com/Rohan13253/ProgrammingPractice.git
-
Navigate to the specific language directory
-
Compile and run the program according to the language requirements:
- C/C++: Use gcc/g++ compiler
- Java: Use javac and java commands
- Python: Use python interpreter
This repository is actively maintained with new code added regularly as I continue my learning journey.
This is a personal practice repository, but suggestions and feedback are always welcome! Feel free to open an issue if you notice any bugs or have recommendations.
This repository is for educational purposes. Feel free to use the code for your own learning.
⭐ Note: This is a work-in-progress repository that grows with my programming journey. The code ranges from beginner exercises to more complex implementations as my skills develop.