Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icelam/leetcode
An archive of my submissions on Leetcode
https://github.com/icelam/leetcode
Last synced: 25 days ago
JSON representation
An archive of my submissions on Leetcode
- Host: GitHub
- URL: https://github.com/icelam/leetcode
- Owner: icelam
- Created: 2021-11-17T06:20:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T02:10:01.000Z (6 months ago)
- Last Synced: 2024-05-02T04:04:14.554Z (6 months ago)
- Language: Java
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My submissions on Leetcode
Summary of my Leetcode activites within past 52 weeks
---
I have been studying data structures and algorithms. As part of my commitment, I have set a personal objective to complete the daily Leetcode challenge. In order to document my progress and create a valuable resource for future reference, I have created a repository to archive all of my submissions on Leetcode.
All the solutions in the `solutions` directory are categorized by the programming language used. Currently, I am exclusively using Java for my Leetcode practice. In the early stages of my journey, however, I initially used TypeScript along with my efforts to learn object-oriented programming. As a result, you may come across some questions that have both TypeScript and Java solutions, with slightly different algorithms.
In addition to programming languages, Leetcode also offers questions related to databases and data manipulation. As a result, you will find solutions using MySQL and Pandas for these types of questions. Lastly, there are also bash solutions available, which were used for attempting shell related questions.
List of solutions and their corresponding programming languages can be found [here](./solutions/README.md).