Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/leetcode
- Wikipedia: https://en.wikipedia.org/wiki/LeetCode
- Created by: LeetCode
- Last updated: 2025-02-03 00:16:52 UTC
- JSON Representation
https://github.com/sydrawat01/algorithms
🗂 Leetcode and ADT
algorithms java leetcode leetcode-solutions
Last synced: 14 Dec 2024
https://github.com/emahtab/maximal-square
Find the maximal square area
dynamic-programming leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/merge-intervals
Merge Intervals Problem
leetcode merge-intervals problem-solving
Last synced: 02 Feb 2025
https://github.com/amitrajitdas/cp-contests
Restarting my CP journey :D
atcoder codechef codeforces competitive-programming cpp leetcode
Last synced: 27 Dec 2024
https://github.com/threeal/leettest
Tool for compiling and testing solutions to LeetCode problems
competitive-programming compile cpp leetcode leetcode-cpp leetcode-solutions nodejs test tool
Last synced: 21 Dec 2024
https://github.com/tuancamtbtx/beyond-leet-code-practice
Practice for Algorithm, Data structure, SQL, Bigdata ...
data-structures-and-algorithms leetcode python sql system-design
Last synced: 02 Jan 2025
https://github.com/lilittlecat/algorithm-study-notes
我的算法学习笔记,部分内容来自互联网,并已标明出处,如有侵权,请联系删除。
Last synced: 16 Dec 2024
https://github.com/ziadasem/leetcodesolutions
code solutions for leetcode
cpp leetcode leetcode-cpp problem-solving
Last synced: 10 Jan 2025
https://github.com/maemreyo/alboutpy
All about Python
data-structures-and-algorithms ebooks learn-python-with-rune leetcode linear-algebra machine-learning machine-learning-algorithms notebooks python-tricks
Last synced: 03 Jan 2025
https://github.com/luaannguyen/go-leetcode
My Golang solutions for Leetcode ✏️
go golang leetcode leetcode-questions leetcode-solutions
Last synced: 10 Jan 2025
https://github.com/gaganreddyin/algotrack
Algotrack is a search engine designed specifically for finding coding problems on LeetCode. It uses web scraping and the TF-IDF algorithm to help users locate relevant problems based on their search queries, making it easier to practice and improve coding skills.
leetcode search-algorithms search-engine
Last synced: 04 Jan 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: 04 Jan 2025
https://github.com/harshoza36/leetcode_problems
Solutions to my LeetCode Problem Solving
interview-preparation leetcode leetcode-python
Last synced: 10 Jan 2025
https://github.com/forloopcodes/javascript-leetcode-solutions
This repository contains my solutions to LeetCode problems in JavaScript. Each solution is contained in its own file and is named according to the problem title.
javascript leetcode leetcode-java leetcode-javascript
Last synced: 13 Jan 2025
https://github.com/divertimentos/leetcode
Solved Algorithms and Data Structures problems/exercises on Leetcode. There's also solved problems from Google Tech Dev Guide.
algorithms-and-data-structures coding-interview-questions javascript leetcode python tech-dev-guide
Last synced: 04 Jan 2025
https://github.com/emahtab/largest-rectangle-in-a-histogram
Largest rectangle in a histogram
Last synced: 02 Feb 2025
https://github.com/emahtab/lowest-common-ancestor-of-deepest-leaves
Find the lowest common ancestor of deepest leaves
bfs breadth-first-search leetcode lowest-common-ancestor problem-solving
Last synced: 02 Feb 2025
https://github.com/hta218/algorithms-and-data-structures
My solutions to LeetCode and HackerRank's problems
algorithms data-structures hackerrank leetcode
Last synced: 27 Jan 2025
https://github.com/emahtab/longest-common-prefix
Find the longest common prefix among strings
leetcode prefix problem-solving
Last synced: 02 Feb 2025
https://github.com/tanhauhau/leetcodestarter
Boilerplate to kickstart your LeetCode practice
boilerplate java leetcode practice
Last synced: 01 Feb 2025
https://github.com/emahtab/lru-cache
LRU Cache
doubly-linked-list hashmap leetcode lru-cache
Last synced: 02 Feb 2025
https://github.com/emahtab/longest-consecutive-sequence
leetcode sorting sorting-algorithms
Last synced: 02 Feb 2025
https://github.com/alexscience/wordsearchengine
WordSearchEngine - это консольное приложение на C#, предназначенное для поиска слов в текстовых файлах. Программа позволяет пользователю указать путь к текстовому файлу и искомое слово, а затем выводит строки, в которых это слово встречается, вместе с номерами строк. Пользователь также может выбрать, искать ли все вхождения слова или только первое.
csharp dotnet-core dotnet-framework leetcode test-task word-search-engine
Last synced: 21 Jan 2025
https://github.com/emahtab/majority-element
Majority Element
leetcode majority-element problem-solving
Last synced: 02 Feb 2025
https://github.com/yurisldk/leetcode
Collection of LeetCode questions to ace the coding interview!
leetcode leetcode-solutions leetcode-typescript
Last synced: 15 Oct 2024
https://github.com/javohirtohirovich/leetcode-js
You can find a JavaScript solution for problems in Leetcode in this repository.
javascript js leetcode leetcode-javascript leetcode-solutions problems problemsolving solution
Last synced: 21 Jan 2025
https://github.com/emahtab/longest-palindromic-substring
Find longest palindromic substring in a string
dynamic-programming leetcode palindrome problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/linked-list-cycle
Linked List Cycle
detect-cycle hashset leetcode linked-list problem-solving
Last synced: 02 Feb 2025
https://github.com/margo-yunanova/javascript-algorithms
Решение алгоритмических задач
algorithms codewars javascript leetcode typescript
Last synced: 21 Jan 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: 21 Dec 2024
https://github.com/emahtab/longest-substring-without-repeating-characters
Longest Substring Without Repeating Characters
hashset leetcode sliding-window
Last synced: 02 Feb 2025
https://github.com/q191201771/yoko_leetcode
leetcode || 算法题
leetcode leetcode-cpp leetcode-solutions
Last synced: 29 Dec 2024
https://github.com/emahtab/longest-increasing-subsequence
Longest Increasing Subsequence
dynamic-programming leetcode longest-increasing-subsequence problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/kth-smallest-element-in-a-bst
kth Smallest element in a BST
binary-search-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/jump-game
Jump Game
jump-game leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/flatten-binary-tree-to-linked-list
Flatten a Binary Tree to Linked List
flatten flatten-binary-tree leetcode preorder problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/island-perimeter
Island Perimeter
island-perimeter leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/stynw7/code_challenge_resources
Collection of Code Challenge that will improve your logic and programming syntax 🔥🔥
coddytech codeforces competitive-programming cpp javascript leetcode problem-solving
Last synced: 10 Jan 2025
https://github.com/justin-pyne/coding-problems
A collection of my LeetCode solutions for Python data structure/algorithm problems and SQL problems, organized by language.
algorithms leetcode leetcode-solutions python sql
Last synced: 02 Jan 2025
https://github.com/emahtab/is-graph-bipartite
bipartite-graph breadth-first-search leetcode
Last synced: 02 Feb 2025
https://github.com/emahtab/inorder-successor-in-bst
Inorder Successor in BST
binary-search-tree inorder-successor leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/intersection-of-two-linked-lists
Intersection of two Linked Lists
hashset intersection leetcode linked-list merge-point problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/intersection-of-two-arrays-ii
Find the elements which intersect
hashmap leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/implement-strstr
kmp-algorithm leetcode pattern-matching rolling-hash
Last synced: 02 Feb 2025
https://github.com/emahtab/insert-delete-getrandom
Insert delete getRandom() in O(1) average
hashmap leetcode list problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/house-robber
Find the maximum Sum for an array while not including any two adjacent elements
dynamic-programming leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/tbeachill/leetcode-skills-box
Update a pinned gist to contain the top skills practiced on leetcode.
leetcode pinned-gist profile-readme
Last synced: 02 Nov 2024
https://github.com/simranjeet97/leetcode_practice
Practicing the Leet Code Codes for Competitive Programming
algorithms amazon coding competitive-programming data data-structures facebook google leetcode python
Last synced: 14 Jan 2025
https://github.com/harish-aka-shivi/daily-exercises
Workout for brain 🧠 💪 .
algorithms data-structures javascript leetcode
Last synced: 27 Oct 2024
https://github.com/emahtab/flipping-an-image
Flipping an image
array leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/find-the-duplicate-number
Find the duplicate number
array leetcode problem-solving tortoise-and-hare-algorithm
Last synced: 02 Feb 2025
https://github.com/emahtab/excel-sheet-column-number
Find the excel sheet column number
leetcode maths maths-problem problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/factorial-trailing-zeroes
Find number of trailing zeroes in factorial of a number
factorial leetcode maths maths-problem problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
Last synced: 02 Feb 2025
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
Last synced: 02 Feb 2025
https://github.com/emahtab/contains-duplicate
Check whether an array contains a duplicate value.
array duplicate hashset leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/course-schedule
Course Schedule
bfs dfs kosaraju-algorithm leetcode problem-solving strongly-connected-components topological-sort
Last synced: 02 Feb 2025
https://github.com/jubnzv/sandbox
algorithms challenges codewars leetcode programming-exercises
Last synced: 17 Dec 2024
https://github.com/siaexplains/algorithms-solutions
problem solutions, algorithms, leetcode, codility, code challenges, etc.
algorithm algorithms codility hackerrank javascript leetcode typescript
Last synced: 24 Jan 2025
https://github.com/emahtab/binary-tree-vertical-order-traversal
Binary Tree Vertical Order Traversal
bfs binary-tree-traversal leetcode problem-solving vertical-order-traversal
Last synced: 02 Feb 2025
https://github.com/emahtab/conway-game-of-life
Conway Game of life
game-of-life leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/romsmnk/sport-programming
Solutions for problems/issues/katas from different sports programming platforms
codewars codewars-solutions eolymp eolymp-solutions hackerrank hackerrank-solutions javascript leetcode leetcode-solutions postgresql react sport-programming sql types
Last synced: 30 Oct 2024
https://github.com/emahtab/binary-tree-zigzag-level-order-traversal
Binary Tree Zigzag (Spiral) Order Traversal
bfs binary-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/course-schedule-iv
floyd-warshall-algorithm graph leetcode
Last synced: 02 Feb 2025
https://github.com/emahtab/delete-nodes-and-return-forest
depth-first-search forest leetcode
Last synced: 02 Feb 2025
https://github.com/emahtab/daily-temperatures
Find the days after which there will be a warmer day
leetcode problem-solving stack
Last synced: 02 Feb 2025
https://github.com/nair0lf32/challenger
Competitive programming websites
codeforces competitive-programming hackerrank leetcode
Last synced: 21 Dec 2024
https://github.com/emahtab/cousins-in-binary-tree
Check whether given two nodes are cousins in a binary tree
binary-tree dfs leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/afsify/leetcode
Boost your JavaScript skills with curated LeetCode exercises. From basics to advanced, these hands on challenges help you master JavaScript step by step. Perfect for all skill levels.
Last synced: 31 Jan 2025
https://github.com/emahtab/construct-binary-tree-from-preorder-and-postorder-traversal
Construct Binary Tree from Preorder and Postorder Traversal
binary-tree binary-tree-construction leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/convert-sorted-array-to-binary-search-tree
Convert Sorted Array to Height Balanced Binary Search Tree
binary-search-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/louis3797/leetcode
Leetcode Solutions in Java
java leetcode leetcode-solutions
Last synced: 24 Dec 2024
https://github.com/bodyangug/leetcode-solutions
Daily leetcode solutions
leetcode leetcode-kotlin leetcode-solutions
Last synced: 01 Jan 2025
https://github.com/arindal1/leetcode-problems
Different LeetCode problems I solved on DSA, in CPP, C, Java & Python.
c cpp java leetcode leetcode-solutions
Last synced: 05 Nov 2024
https://github.com/emahtab/battleships-in-a-board
Count the total Battleships in a board
dfs graph leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/count-square-submatrices-with-all-ones
Count square submatrices with all ones
dynamic-programming leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/container-with-most-water
Container with most water problem
container-with-most-water leetcode leetcode-java problem-solving two-pointers
Last synced: 02 Feb 2025
https://github.com/fx-max/leetcode
记录个人 LeetCode 解题过程。
database leetcode leetcode-php mysql php sql
Last synced: 28 Dec 2024
https://github.com/emahtab/closest-leaf-in-a-binary-tree
Closest Leaf node from a given node in a binary tree
breadth-first-search closest-leaf graph leetcode
Last synced: 02 Feb 2025
https://github.com/emahtab/count-complete-tree-nodes
Count total nodes in a Complete Binary Tree
complete-binary-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/combinations
Combinations
combinations leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/cheapest-flights-within-k-stops
Cheapest Flight with k stops
dijkstra-algorithm graph leetcode
Last synced: 02 Feb 2025
https://github.com/emahtab/climbing-stairs
Climbing Stairs
climbing-stairs dynamic-programming leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/binary-tree-preorder-traversal
Binary Tree Preorder Traversal
binary-tree leetcode preorder-traversal problem-solving
Last synced: 02 Feb 2025