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

LeetCode

LeetCode is a popular online platform that provides programming and technical interview questions. The site features challenges across a range of difficulties, focusing on algorithms, data structures, and other computer science fundamentals. LeetCode helps users enhance their coding skills, prepare for technical interviews, and engage in programming contests. This topic explores how LeetCode equips individuals with the tools to improve their coding proficiency and problem-solving abilities in a competitive environment.

https://github.com/emahtab/symmetric-binary-tree

Check whether a Binary Tree is Symmetric around its center

binary-tree leetcode problem-solving symmetric-binary-tree

Last synced: 28 Mar 2025

https://github.com/emahtab/palindrome-linked-list

Check If Linked List is Palindrome

leetcode linked-list palindrome problem-solving

Last synced: 15 Jun 2025

https://github.com/farial-mahmod/coding-problem-solving-using-swift

Solution of various Leetcode and other coding challenges using Swift.

competitive-programming ios leetcode leetcode-solutions problem-solving swift

Last synced: 12 Jul 2025

https://github.com/data-miner00/codeforces

My inefficient, naive and unoptimized solution to challenges on https://codeforces.com/

codeforces cpp leetcode

Last synced: 26 Jul 2025

https://github.com/tangqi92/leetcode

LeetCode Algorithm

algorithms leetcode

Last synced: 26 Jul 2025

https://github.com/omkarshinde1711/leetcode

Cracking LeetCode puzzles one bug at a time — algorithms, data structures, and a bit of caffeine-fueled magic!

algorithms coding-challenges cpp data-structures github-actions interview-prep java leetcode problem-solving python

Last synced: 14 Jul 2025

https://github.com/emahtab/first-unique-character-in-a-string

Find the first unique character in a string

hashmap leetcode problem-solving

Last synced: 14 Jul 2025

https://github.com/emahtab/contains-duplicate

Check whether an array contains a duplicate value.

array duplicate hashset leetcode problem-solving

Last synced: 18 Aug 2025

https://github.com/lewiszlw/leetcode

LeetCode problems' solutions implemented by java, c

algorithms leetcode

Last synced: 14 Jul 2025

https://github.com/damichoi/algorithm

Baekjoon Online Judge (백준 온라인 저지), LeetCode, Programmers, 이것이 코딩테스트다 (동빈북), 인프런 등의 알고리즘 문제 풀이를 모은 저장소입니다.

algorithm algorithms baekjoon baekjoon-algorithm baekjoon-online-judge inflearn java leetcode leetcode-java programmers

Last synced: 03 May 2025

https://github.com/jayam04/about-coder-me

api to access your leetcode, codeforces and codechef stats

codechef codeforces coding-ninjas contest-rating fastapi leetcode

Last synced: 27 Jul 2025

https://github.com/galaxy4276/algorithm-study

팀 기반으로 운영하는 알고리즘 스터디

algorithms data-structures leetcode leetcode-solutions

Last synced: 09 Jul 2025

https://github.com/emahtab/next-permutation

Find the next permutation

leetcode permutation problem-solving

Last synced: 28 Mar 2025

https://github.com/lauslim12/competitive-programming

My solutions for many competitive programming websites.

algorithms codeforces competitive-programming cplusplus data-structures leetcode

Last synced: 16 Jul 2025

https://github.com/kangjung/algorithm-java

알고리즘 연습 자바

algorithm algorithms java leetcode programmers

Last synced: 27 Jul 2025

https://github.com/emahtab/binary-tree-zigzag-level-order-traversal

Binary Tree Zigzag (Spiral) Order Traversal

bfs binary-tree leetcode problem-solving

Last synced: 03 Sep 2025

https://github.com/harshoza36/leetcode_problems

Solutions to my LeetCode Problem Solving

interview-preparation leetcode leetcode-python

Last synced: 27 Jul 2025

https://github.com/dhrupad17/leetcode_binarysearchstudyplanii

In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.

array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers

Last synced: 18 Jul 2025

https://github.com/nurislam03/online_judge-competitive_programming

A repository to sync all my solutions for different Online Judges/platforms.

acm-icpc c competitive-programming cplusplus go golang java leetcode lightoj uva

Last synced: 19 Jul 2025

https://github.com/wanghaoxi3000/leetcode

LeetCode 解题记录

leetcode leetcode-golang

Last synced: 19 Jul 2025

https://github.com/vaibhav18matere/practice

A central repository to practice DSA, JavaScript, React; almost everything around problem solving and logic building

design-patterns dsa javascript leetcode react

Last synced: 31 Mar 2025

https://github.com/hgschandeepa/dsa-repo

This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.

arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree

Last synced: 08 Jul 2025

https://github.com/xiexianbin/go-leetcode

My solutions in leetcode

golang leetcode

Last synced: 22 Mar 2025

https://github.com/michaelehab/leetcode-binary-search-i

This Repository contains my solutions to Binary Search I study plan on LeetCode.

algorithms binary-search leetcode leetcode-cpp leetcode-solutions practice study-plan

Last synced: 09 Aug 2025

https://github.com/emahtab/merge-sorted-array

Merge two sorted arrays

leetcode merge problem-solving

Last synced: 28 Mar 2025

https://github.com/qew21/autoleetcode

Automatically read Leetcode problems using Selenium, hand them over to different large models for processing, and automatically submit solutions while tracking accuracy rates.

leetcode llm qwen2 selenium

Last synced: 28 Jul 2025

https://github.com/emahtab/middle-of-the-linked-list

Find the middle node of the Linked List

leetcode linked-list problem-solving

Last synced: 17 Jun 2025

https://github.com/hellojukay/leetcode

这是一个LeetCode刷题项目

golang leetcode leetcode-golang

Last synced: 23 Jun 2025

https://github.com/gaganreddyin/leetcodecomparator

A tool for analyzing and comparing LeetCode profiles to track performance and identify strengths and weaknesses.

javascript-applications leetcode leetcode-javascript

Last synced: 28 Jul 2025

https://github.com/emahtab/longest-palindromic-substring

Find longest palindromic substring in a string

dynamic-programming leetcode palindrome problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/longest-common-prefix

Find the longest common prefix among strings

leetcode prefix problem-solving

Last synced: 28 Mar 2025

https://github.com/saidinesh5/30-day-leetcode-challenge-april-2020

My Solutions to the 30 day leetcode challenge: April 2020

algorithms-and-data-structures leetcode leetcode-cpp

Last synced: 02 Mar 2025

https://github.com/anvouk/leetcode

C/C++ leetcode personal solutions

leetcode leetcode-c leetcode-cpp leetcode-solutions

Last synced: 24 Feb 2025

https://github.com/emahtab/walls-and-gates

Fill the grid with the distance to the nearest gate

breadth-first-search depth-first-search leetcode

Last synced: 29 Jul 2025

https://github.com/cyberoctane29/leetcode-sql-problem-solving

This repository features my SQL problem-solving approach and solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Each file may include multiple solutions to a problem, showcasing different approaches or optimizations. All solutions are explained clearly, making this a valuable resource for mastering SQL techniques.

leetcode leetcode-solutions leetcode-sql leetcodesql problem-solving

Last synced: 23 Jun 2025

https://github.com/threeal/leetspace

A dedicated workspace and archive for my LeetCode submissions

competitive-programming leetcode leetcode-cpp leetcode-solutions

Last synced: 15 Mar 2025

https://github.com/emahtab/product-of-array-except-self

Product of array except self

array leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/reverse-linked-list

Reverse a singly Linked List

leetcode linked-list problem-solving reverse

Last synced: 29 Jul 2025

https://github.com/namtndev/leetcode-practice

📚 Practicing algorithms & data structures on LeetCode with JavaScript ✨

algorithm datastructures javascript leetcode

Last synced: 03 Apr 2025

https://github.com/water8394/algorithmimpl

Prepare for Jobs!

leetcode

Last synced: 07 Jul 2025

https://github.com/dov4k1n/yandex

Решения задач на алгоритмы и конспекты лекций школы мобильной разработки

android kotlin leetcode yandex

Last synced: 29 Mar 2025

https://github.com/amirhnajafiz/leetcodz

Problems and solutions to my LeetCode.

algorithms data-structures design-patterns leetcode problem-solving

Last synced: 29 Jul 2025

https://github.com/emahtab/kth-largest-element-in-an-array

kth largest element in an array

heap leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/yudataguy/beatcode

Leetcode space repetition memorization web app

leetcode

Last synced: 23 Mar 2025

https://github.com/iron-buster/leetcode-python

python算法题代码 (leetcode, codeforces, atcoder)

algorithms atcoder datastructures leetcode python solutions

Last synced: 03 Mar 2025

https://github.com/quibler7/leetcode-blind-75

LeetCode Blind 75 🧠 is a curated list of the top 75 algorithm problems in LeetCode posted on the Blind platform.

leetcode leetcode-blind-75 leetcode-blind-75-python leetcode-python leetcode-solutions

Last synced: 30 Jul 2025

https://github.com/kittonn/leetcode

My Leetcode Collection

leetcode

Last synced: 30 Jul 2025

https://github.com/emahtab/daily-temperatures

Find the days after which there will be a warmer day

leetcode problem-solving stack

Last synced: 26 Jun 2025

https://github.com/huseynovvusal/python-dsa-course

📘 Official repository of "Data Structures & Algorithms with Python" course in Azerbaijani on Udemy.

algorithms-and-data-structures leetcode python udemy-course

Last synced: 18 Jul 2025

https://github.com/tareqalkushari/leetcode-problem-solutions

This repository contains a comprehensive collection of solutions to LeetCode problems, crafted with clarity and efficiency in mind. Each solution is written in a clean, readable format and includes insights into time and space complexity, making it an ideal resource for technical interview preparation, algorithm practice, and self-paced learning.

algorithm-practice algorithms arrays binary-search coding-interview competitive-programming cpp data-structures dynamic-programming graph-algorithms hashmap interview-preparation java leetcode leetcode-solutions problem-solving python recursion strings technical-interview

Last synced: 28 Aug 2025

https://github.com/aniketfuryrocks/dsa_rust

Data Structures and Algorithms implemented in rust

algorithms datastructures dsa leetcode leetcode-rust rust

Last synced: 04 Apr 2025

https://github.com/emahtab/longest-substring-with-at-most-two-distinct-characters

Longest Substring with At Most Two Distinct Characters

leetcode sliding-window substring

Last synced: 18 Mar 2025

https://github.com/siaexplains/algorithms-solutions

problem solutions, algorithms, leetcode, codility, code challenges, etc.

algorithm algorithms codility hackerrank javascript leetcode typescript

Last synced: 20 Jul 2025

https://github.com/ayesha-quazi/feb_leetcode-2025

I'm going to solve LeetCode's POTD (Problem of the Day) daily and keep track of my progress. I'll focus on easy tricks to improve my DSA problem-solving skills and enhance my practice! 😊

challenge cpp improvement leetcode leetcode-solutions

Last synced: 31 Jul 2025

https://github.com/lotrien/leet-code

Algorithm and data structure problems from https://leetcode.com solved in JavaScript

algorithms data-structures javascript js leetcode

Last synced: 18 Mar 2025

https://github.com/xoxoharsh/codershub

CodersHub is a mobile app that simplifies access to coding profiles by consolidating platforms like LeetCode and Codeforces. It offers a user-friendly interface for viewing profiles, tracking ratings, and navigating daily problems without switching apps or logging in repeatedly.

codeforces competitive-programming firebase geeksforgeeks java leetcode mobile-app

Last synced: 18 Mar 2025

https://github.com/emanuelefavero/leetcode

This repository contains my solutions to LeetCode problems

algorithms data-structures javascript leetcode leetcode-solutions

Last synced: 29 Mar 2025

https://github.com/vartikaraj2512/dsa-training

**DSA-Training** 📚🚀: A comprehensive C-based DSA repository covering arrays, linked lists, stacks, queues, trees, graphs, hashing, dynamic programming, greedy algorithms, backtracking, sorting, and searching. Essential for placement prep and industry use, showcasing technical proficiency, problem-solving , and readiness for top tech roles. 🌟💻

c java leetcode vscode

Last synced: 04 Mar 2025

https://github.com/5j54d93/leetcode

My code to solve LeetCode problem in C/C++.

c cpp leetcode leetcode-solutions

Last synced: 22 Mar 2025

https://github.com/adithya-808/my-dsa-repo

This repo contains all the DSA questions i submit in leetcode. Written in Go

dsa go leetcode

Last synced: 04 Oct 2025

https://github.com/lonelyhentxi/rusty-leetcode

My leetcode solutions with rust language.

leetcode leetcode-solutions rust solutions

Last synced: 01 Aug 2025