A revision guide for MCA students, covering essential programming concepts in C, C++, Java, Python, and Data Structures & Algorithms (DSA). This repo also includes competitive coding solutions for LeetCode using Java, making it perfect for interview prep and coding contests.
- C/C++: Pointers, Structs, Typedef.
- Java: Classes, Inheritance, OOP basics.
- Python: Functions, OOP, Libraries.
- DSA: Implementations in C and Java.
- LeetCode Solutions: Java-based competitive coding solutions.
- Advanced Java: Collections, multithreading, and design patterns.
-
Clone the Repository: Clone this repository to your local machine using:
git clone https://github.com/DeMoN-7/Coding-recap
-
Navigate to the Directory:
cd Coding-recap -
Explore Code: Browse through the folders to find code snippets for different languages and topics:
- C, C++, and Java for basic concepts.
- DSA folder for data structure implementations.
- LeetCode Solutions for Java-based competitive coding problems.
-
Run the Code: Open any file in your preferred IDE or text editor and compile or execute the code, depending on the language.