An open API service indexing awesome lists of open source software.

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.

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!