icelam / leetcode

An archive of my submissions on Leetcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An archive of my submissions on Leetcode


Languages

Language:Java 92.9%Language:TypeScript 6.3%Language:Makefile 0.4%Language:Python 0.3%Language:Shell 0.1%