Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damelyngdoh/codemine
A collection of coding problems solved in Java.
https://github.com/damelyngdoh/codemine
Last synced: about 1 month ago
JSON representation
A collection of coding problems solved in Java.
- Host: GitHub
- URL: https://github.com/damelyngdoh/codemine
- Owner: DameLyngdoh
- Created: 2022-03-12T09:36:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T08:52:04.000Z (12 months ago)
- Last Synced: 2024-01-08T09:58:42.916Z (12 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codemine
This is a collection of coding problems I've encountered throughout my coding experience and I want to share them with you and the solutions I came up. These problems are solved in Java, but they can be easily translated to *C++* or *Python*.
There may be mistakes or even logical errors in the solutions. If you find such, please let me know by using the **Issues** section.
Please note that the solutions follow partial industry coding standards. Do not use the code in the solutions as references for best practices or coding standards. These solutions are meant to simplify the interpretation of the solution and the algorithm used.