https://github.com/parthasarathy27/code-practice
If you want to dip your toes into learning programming languages. It also offers online coding courses on a wide range of programming languages.
https://github.com/parthasarathy27/code-practice
java
Last synced: 7 months ago
JSON representation
If you want to dip your toes into learning programming languages. It also offers online coding courses on a wide range of programming languages.
- Host: GitHub
- URL: https://github.com/parthasarathy27/code-practice
- Owner: parthasarathy27
- Created: 2023-10-09T13:44:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T13:18:37.000Z (over 2 years ago)
- Last Synced: 2023-12-19T16:05:31.272Z (over 2 years ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C@de-practice # <(^^)>...
🔸Java Programming - File(main.java)
🔸python programming - File(main.py)
🔸c programming - File(main.c)
🔸ETC...
# Code Practice Space
Welcome to the Code Practice Space! This repository is designed for practicing coding exercises, algorithms, and data structures.
## Getting Started
To get started with your coding practice:
1. Clone this repository to your local machine.
2. Navigate to the directory where you cloned the repository.
3. Choose an exercise or algorithm to work on from the provided folders.
4. Write your solution in the language of your choice.
5. Test your solution to ensure it works correctly.
6. Commit your changes and push them to your GitHub repository.
7. Feel free to explore other solutions and learn from them.
## Folder Structure
- `algorithms/`: Contains implementations of various algorithms.
- `data_structures/`: Includes implementations of common data structures.
- `exercises/`: Contains coding exercises to practice problem-solving skills.
- `misc/`: Miscellaneous files and resources.
## Contributing
Contributions are welcome! If you have a new exercise, algorithm, or improvement to existing code, feel free to open a pull request.
## Resources
- [LeetCode](https://leetcode.com/)
- [HackerRank](https://www.hackerrank.com/)
- [CodeSignal](https://codesignal.com/)
- [GeeksforGeeks](https://www.geeksforgeeks.org/)
Happy coding!