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/search-2d-matrix-ii

Search 2D Matrix sorted row and column wise

leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/maximal-square

Find the maximal square area

dynamic-programming leetcode problem-solving

Last synced: 18 Oct 2025

https://github.com/lxance-hacker/c-language-practice

This repository contains C programming practice examples, organized into topics from basics to file handling.

c hackerrank hackerrank-solutions leetcode leetcode-solutions lxance lxance-hacker lxancehacker programming solutions

Last synced: 30 Mar 2025

https://github.com/lucky845/github-profile-statistics-card

一个优雅的个人统计数据展示卡片生成服务,支持多个平台的数据统计展示,可以轻松集成到你的GitHub个人资料页面。

ajax express github leetcode nodejs typescript

Last synced: 07 Mar 2025

https://github.com/itskoushik/leetcode_dsa

We support and push Young Coders to understand the concept much better.

dsa easy hard leetcode leetcode-solutions medium python3

Last synced: 07 Mar 2025

https://github.com/emahtab/intersection-of-two-arrays-ii

Find the elements which intersect

hashmap leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/alien-dictionary

Find the order of alphabets in an alien dictionary

graph leetcode problem-solving topological-sort

Last synced: 28 Mar 2025

https://github.com/emahtab/min-cost-to-connect-all-points

Find the min cost for the Minimum Spanning Tree (MST)

leetcode minimum-spanning-tree prims-algorithm

Last synced: 28 Mar 2025

https://github.com/theodesp/leetcode-primer

Detailed and Well formed solutions for Leetcode problems

leetcode leetcode-java leetcode-javascript leetcode-python leetcode-solutions

Last synced: 01 Sep 2025

https://github.com/emahtab/number-of-provinces

Find number of connected components in a graph

bfs connected-components dfs graph leetcode

Last synced: 28 Mar 2025

https://github.com/akhmedovgg/algods

List of LeetCode problems and their solutions in Objective-C and Swift programming languages

algorithms leetcode leetcode-solutions objective-c problem-solving swift

Last synced: 29 Mar 2025

https://github.com/danielsandinocalvi/ai-tech-task-solver-chrome-extension

# AI Tech Task Solver - Chrome ExtensionA Chrome extension that uses AI to analyze web page screenshots, solve technical problems and coding challenges, and display solutions directly in the browser console. 🚀 This tool simplifies complex tasks with one-click analysis and supports multiple AI providers. 🛠️

ai anthropic-claude browser-extension chrome-extension coding-challenges developer-tools hackerrank javascript leetcode leetcode-solutions screenshot technical-analysis

Last synced: 30 Aug 2025

https://github.com/yi-ge/sql-practice

LeetCode SQL Practice.

leetcode mysql sql

Last synced: 05 Mar 2025

https://github.com/satelllte/problem-solving

Solutions of some problems available online (for example, on LeetCode)

leetcode leetcode-solutions problem-solving typescript

Last synced: 25 Aug 2025

https://github.com/emahtab/ugly-number

Find whether a number is an Ugly number

leetcode problem-solving ugly-number

Last synced: 28 Mar 2025

https://github.com/xingoxu/leetcode

Just a place to storage my answer between home and working.

leetcode

Last synced: 11 Apr 2025

https://github.com/anindya-dey/practice-leetcode

Here I maintain all the problems I have solved on Leetcode. Courtesy: Leethub extension

andys-cli dsa dsa-practice leetcode leetcode-cpp leetcode-practice leetcode-solutions

Last synced: 08 Mar 2025

https://github.com/emahtab/spiral-matrix

Spiral Traversal of a 2D Matrix

leetcode problem-solving spiral-traversal

Last synced: 28 Mar 2025

https://github.com/ibwei/leetcode-js-solution

记录自己leetcode的js&ts刷题历程

algorithm algorithmic-trading javascript js leetcode typescript

Last synced: 01 Jul 2025

https://github.com/ghosts6/leetcode_exercise

Leet code exercise solutions

bash c cpp js leetcode leetcode-solutions python3

Last synced: 05 Mar 2025

https://github.com/sebastiandotdev/waste-v2

Leetcode platform exercises... Completely Open Sources, Ready to challenge your programming. 🌙

exercism leetcode rust typescript

Last synced: 02 Sep 2025

https://github.com/emahtab/same-tree

Check whether two binary trees are same

binary-tree dfs leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/sherwinshen/leetcode

📖 算法学习之 LeetCode(主要基于 TS/JS 语言)

algorithm javascript leetcode typescript

Last synced: 06 Mar 2025

https://github.com/emahtab/ransom-note

Check If Ransom string can be constructed

leetcode problem-solving ransom

Last synced: 28 Mar 2025

https://github.com/tzuyi0817/leetcode

Solutions to LeetCode in JavaScript.

algorithm javascript leetcode leetcode-solutions

Last synced: 15 Mar 2025

https://github.com/rarecoil/leetcode

My solutions to leetcode algorithms questions, mostly in JavaScript, sometimes in Go

algorithms javascript leetcode leetcode-golang leetcode-javascript leetcode-solutions

Last synced: 01 Jul 2025

https://github.com/misterzurg/leetcode-preporation

🧑‍🎨 My solutions from LeetCode stuff

leetcode leetcode-go

Last synced: 06 Aug 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/power-of-three

Determine whether a number is power of three.

leetcode maths problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/sum-of-two-integers

Sum two integers without using + operator

bit-shifting bitwise-operators leetcode problem-solving

Last synced: 28 Mar 2025

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/yudataguy/beatcode

Leetcode space repetition memorization web app

leetcode

Last synced: 23 Mar 2025

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

Find the next permutation

leetcode permutation problem-solving

Last synced: 28 Mar 2025

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

Merge two sorted arrays

leetcode merge problem-solving

Last synced: 28 Mar 2025

https://github.com/adherentman/leetcode

📝My LeetCode

leetcode typescript

Last synced: 10 Nov 2025

https://github.com/emanuelsacoman/leetcode-twosum

Um script capaz de resolver um problema de somar números em uma array para encontrar o valor de X

leetcode python twosum

Last synced: 15 Mar 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/tuan882612/leetcode

My solutions to Leetcode problems.

algorithms data-structures leetcode python

Last synced: 07 Mar 2025

https://github.com/mohit030802/dsa-java-

Here are my Solution to some Leetcode question that I have solved. They are sorted in Topic wise and based on their difficulty level on Leetcode.

leetcode leetcode-solutions

Last synced: 31 Mar 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/humbertocg18/pucrs-alest-i-2.3-2023.24

Trabalhos, Projetos, Exercícios e aulas realizados em Java na cadeira de Algoritimos e estrutura de dados 1, matéria do segundo semestre.

beecrowd beecrowd-solution-in-js beecrowd-solutions-in-java data data-structures datastructures-algorithms hashmap hashtable java-8 leetcode leetcode-javascript leetcode-solutions leetcodepra pucrs sorting-algorithms

Last synced: 29 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/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/utkarsh5026/leetcode_rust

Leetcode solutions in rust, mostly a learning project to start my rust learning journey 😊

dsa leetcode leetcode-solutions rust rust-lang

Last synced: 09 Mar 2025

https://github.com/mario-so/grind75

Going through Grind75 leetcode problems

leetcode leetcode-solutions

Last synced: 31 Mar 2025

https://github.com/agrawalaman02/dsa_problemsjava

This show my passion and hardwork towards DSA. it includes the question i m practicing...

dsa dsa-learning-series dsa-practice geeksforgeeks java leetcode leetcode-java

Last synced: 08 Jul 2025

https://github.com/aryanjain28/dsa

"This repository contains my LeetCode practice, DSA understanding, and crucial algorithms, encompassing all of my code."

algorithms data-structures leetcode leetcode-solutions python3

Last synced: 24 Mar 2025