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-01-06 00:17:17 UTC
- JSON Representation
https://github.com/iphelf/codeforcesstarterpack
This is a CMake project base for solving programming exercises (e.g. Codeforces).
automation cmake codeforces leetcode
Last synced: 11 Nov 2024
https://github.com/nouraalgohary/algorithms
An easy-to-understand description of algorithms, simple illustrations, pseudo code, and examples.
algorithms cpp leetcode python
Last synced: 22 Dec 2024
https://github.com/tans105/javaprogramming
Data structures and Algorithms + Questions from various competitive programming websites like leetcode, hackerrank, hackerearth, geekforgeeks etc.
algorithms arrays binary-trees competitive-programming core-java data-structures dynamic-programming geeksforgeeks hackerearth hackerrank java leetcode linked-list stack string
Last synced: 20 Nov 2024
https://github.com/sauravmaheshkar/playground
Algorithms, Data Structures, Leetcode, Niche Languages
c cpp-programming haskell leetcode nix-flake prolog python3 rust tracker-misc
Last synced: 15 Oct 2024
https://github.com/dsrathore1/java-practice
This is my java practice repository, where I practice for DSA and learn new things in JAVA
algorithms coding-interviews data-structures dsa dsa-practice java java-8 leetcode leetcode-solutions
Last synced: 30 Dec 2024
https://github.com/alexjmercer/datastructures-algorithms
A repo created to practice and publish code regarding various topics of Data Structures & Algorithms. Also planned to include all solutions from LeetCode.
algorithms cpp data-structures java learning-by-doing leetcode leetcode-solutions
Last synced: 20 Nov 2024
https://github.com/wenlong-guo/leetcode-practice-java
leetcode离线版,包含测试用例,官方答案,时间复杂度最低的答案,延迟最低的答案,并且预留了你的答案位置,直接写答案就可以开始刷题啦
android java leetcode leetcode-java sort
Last synced: 10 Nov 2024
https://github.com/thinkerou/leetcode-go
LeetCode problems' solutions using Go.
algorithm datastructure go golang interview leetcode
Last synced: 06 Dec 2024
https://github.com/vkazakevich/leetcode
Leetcode solutions in Python 🐍 and TypeScript
leetcode leetcode-javascript leetcode-practice leetcode-python leetcode-python-solutions leetcode-solutions
Last synced: 16 Nov 2024
https://github.com/sean2077/leetcode_anki
Leetcode Anki card factory.
anki crawler leetcode leetcode-anki scrapy
Last synced: 12 Nov 2024
https://github.com/polossk/leetcode-oj-solution
simple solution for leetcode
cpp leetcode leetcode-solutions python3 ruby
Last synced: 15 Nov 2024
https://github.com/devops-ws/learn-code
Improve your code skills via LeetCode
Last synced: 15 Nov 2024
https://github.com/theanujdev/dsa-solutions
This repository contains solutions of important DSA questions in Python.
algorithms data-structures data-structures-and-algorithms dsa leetcode leetcode-python leetcode-solutions python python3 solutions
Last synced: 15 Nov 2024
https://github.com/hweawer/algohol
Algorithmic tasks in courses and contests
algorithms data-structures leetcode
Last synced: 31 Dec 2024
https://github.com/jps27cse/problem-solving
codeforces geeksforgeeks leetcode
Last synced: 05 Jan 2025
https://github.com/erenisci/algorithm-solutions
LeetCode/Codewars/Project-Euler
algorithms codewars data-structures javascript leetcode project-euler python
Last synced: 25 Dec 2024
https://github.com/abidmuin/programming-problems
Solution of programming problems from various sources.
codeforces codeforces-contests codeforces-problems codeforces-solutions codeforces-solutions-github codesignal codesignal-solutions competitive-programming cses cses-problem-set cses-problem-set-solution cses-problemset cses-solutions hackerearth-solutions hackerrank-solutions leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions
Last synced: 24 Nov 2024
https://github.com/nik3212/challenges
Online challenges
acm acmp codeforces e-olymp hackerrank hackerrank-solutions leetcode online-judge
Last synced: 12 Nov 2024
https://github.com/pkprajapati7402/leetcode-solutions
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
algorithms array coding-challenge competitive-programming cpp data-structures dynamic-programming graph hashmap leetcode leetcode-solutions linked-list problem-solving programming strings tree
Last synced: 05 Nov 2024
https://github.com/emahtab/word-search-ii
Word Search II
boggle depth-first-search leetcode problem-solving trie
Last synced: 07 Dec 2024
https://github.com/parmesh119/leetcode-essentials
This is the repository that have all the answer of questions that I have solved on LeetCode.
dsa dsa-algorithm java leetcode leetcode-solutions python3
Last synced: 14 Dec 2024
https://github.com/jaynil1611/problem-solving
This repository consists of daily logs along with solutions of each problem solved.
dsa javascript leetcode problem-solving
Last synced: 23 Nov 2024
https://github.com/anishlearnstocode/leetcode-linked-list
Solutions to LeetCode Linked List Learn Tutorial.
algorithms competitve-programmming cp data-structure dsa leetcode linked-list
Last synced: 24 Nov 2024
https://github.com/igaozp/oh-my-leetcode
LeetCode problem code. LeetCode 题目代码
java leetcode leetcode-solutions
Last synced: 27 Dec 2024
https://github.com/emahtab/add-two-numbers
Add two linked lists nodes
leetcode linked-list problem-solving
Last synced: 07 Dec 2024
https://github.com/ruleeeer/leetcode-daily-mailer
邮件自动接收leetcode的每日一题(Mail automatically receives the daily question of leetcode)
daily-questions email-sender-tool leetcode
Last synced: 03 Dec 2024
https://github.com/emahtab/01-matrix
01 Matrix
leetcode matrix problem-solving
Last synced: 07 Dec 2024
https://github.com/digitalcrab/leetcode-problems-java
Problems from leetcode with solutions in Java
java leetcode leetcode-java leetcode-solutions
Last synced: 29 Nov 2024
https://github.com/vartikaraj2512/bullscows-gameusingc
🎯 Bulls and Cows Game in C 🐮🐂 A command-line game that sharpens your deductive reasoning by guessing a unique 4-digit number. Features efficient algorithms, input validation, and error handling. Highlights C programming skills, algorithm design, and game development—perfect for showcasing your technical expertise! 🚀🎮
Last synced: 13 Dec 2024
https://github.com/muhammetgumus/leetcode
LeetCode algorithm problems solutions & interview questions
algorithm algorithms data-structure data-structure-java data-structures data-structures-and-algorithms interview-preparation interview-questions leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions problem problem-solving problemsolving
Last synced: 05 Jan 2025
https://github.com/humbertocg18/leetcode
Some Leetcode problems
algorithms-and-data-structures datastructures-algorithms leetcode leetcode-java leetcode-practice leetcode-solutions
Last synced: 10 Dec 2024
https://github.com/ladunjexa/the-leetcode
📑 LeetCode problems' Algorithms and Solutions implemented in common PL with explanations and links to further readings.
algorithms computer-science concurrency database interview-preparation javascript leetcode leetcode-solutions shell
Last synced: 20 Dec 2024
https://github.com/emahtab/binary-tree-inorder-traversal
Binary Tree Inorder Traversal
binary-tree inorder-traversal leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-preorder-traversal
Binary Tree Preorder Traversal
binary-tree leetcode preorder-traversal problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-pruning
Binary Tree Pruning
binary-tree leetcode problem-solving pruning
Last synced: 07 Dec 2024
https://github.com/emahtab/best-time-to-buy-and-sell-stock-ii
Find the max profit buying and selling stock with unlimited number of transactions.
buy-and-sell leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-level-order-traversal-ii
Binary Tree Level Order Traversal
bfs binary-tree binary-tree-traversal leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/closest-binary-search-tree-value
Closest Binary Search Tree Value
binary-search-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/armour/leetcode
👨💻 This repo is used for storing my solution for LeetCode OJ.
Last synced: 29 Nov 2024
https://github.com/emahtab/cheapest-flights-within-k-stops
dijkstra-algorithm graph leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/check-completeness-of-a-binary-tree
Checking whether a binary tree is Complete binary tree or not
bfs complete-binary-tree leetcode problem
Last synced: 07 Dec 2024
https://github.com/emahtab/climbing-stairs
Climbing Stairs
climbing-stairs dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/clone-a-graph
Clone a Graph
breadth-first-search clone graph leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-right-side-view
Binary Tree Right Side View
bfs binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/best-time-to-buy-and-sell-stock
Find the max profit buying and selling stock with at most one transaction.
buy-and-sell leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/battleships-in-a-board
Count the total Battleships in a board
dfs graph leetcode problem-solving
Last synced: 07 Dec 2024
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: 07 Dec 2024
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: 07 Dec 2024
https://github.com/ieshaan12/interview-prep
competitive-programming hacktoberfest leetcode python3
Last synced: 03 Dec 2024
https://github.com/arslanoov/ts-cs-playground
My Computer Science Education progress
algorithm algorithms bfe big-frontend computer-science data-structures leetcode typescript
Last synced: 09 Nov 2024
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: 07 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: 07 Dec 2024
https://github.com/emahtab/count-complete-tree-nodes
Count total nodes in a Complete Binary Tree
complete-binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/hta218/algorithms-and-data-structures
My solutions to LeetCode and HackerRank's problems
algorithms data-structures hackerrank leetcode
Last synced: 28 Nov 2024
https://github.com/arthur-arslanov/ts-cs-playground
My Computer Science Education progress
algorithm algorithms bfe big-frontend computer-science data-structures leetcode typescript
Last synced: 14 Dec 2024
https://github.com/emahtab/delete-node-in-a-linked-list
Delete node in a linked list
leetcode linked-list problem-solving
Last synced: 07 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: 07 Dec 2024
https://github.com/emahtab/copy-list-with-random-pointer
Copy a Linked List with Random Pointer
clone leetcode linked-list problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/daily-temperatures
Find the days after which there will be a warmer day
Last synced: 07 Dec 2024
https://github.com/emahtab/count-square-submatrices-with-all-ones
Count square submatrices with all ones
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/ichenlei/leetcode_101
A repo for my LeetCode algorithm training
algorithm javascript leetcode nodejs
Last synced: 23 Nov 2024
https://github.com/contactvaibhavi/leetcodesolutions
Complete code implementations to the Leetcode Questions I've solved so far
algorithm algorithms algorithms-and-data-structures cpp data-structures dsa interview interview-practice interview-prep interview-preparation interview-questions java leetcode leetcode-cpp leetcode-java leetcode-solutions mit-license
Last synced: 18 Nov 2024
https://github.com/emahtab/course-schedule-iv
floyd-warshall-algorithm graph leetcode
Last synced: 07 Dec 2024
https://github.com/serhii-chernenko/leetcode
Solutions of Leetcode's questions
leetcode leetcode-javascript leetcode-solutions
Last synced: 14 Nov 2024
https://github.com/mehvix/competitive-programming
Competitive programming solutions
atcoder codeforces leetcode project-euler usaco uva
Last synced: 20 Dec 2024
https://github.com/singhjyoti24/leetcodedsa
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
algorithms data-structures java leetcode
Last synced: 27 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/delete-nodes-and-return-forest
depth-first-search forest leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/decode-ways
Number of ways to decode
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/combinations
Combinations
combinations leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/word-search
Word Search in a 2D Grid
dfs leetcode problem-solving word-search
Last synced: 07 Dec 2024
https://github.com/alyqamar/leetcode
"LeetCode" by alyQamar, contains solutions to various problems from Leet Code, a popular platform for practicing and improving coding skills. The solutions are implemented in cpp , JS and are accompanied by detailed explanations and comments. The repository also includes a variety of problem types, such as data structures, algorith
algorithms competitive competitive-programming competitive-programming-contests contest contest-solution contests cpp data-structures java javascript js leetcode leetcode-cpp leetcode-cpp-solutions leetcode-js leetcode-solutions problem-solving problems
Last synced: 16 Nov 2024
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/course-schedule
Course Schedule
bfs dfs kosaraju-algorithm leetcode problem-solving strongly-connected-components topological-sort
Last synced: 07 Dec 2024
https://github.com/freddiehaddad/matrix
Multithreaded Matrix Rotator written in Go.
concurrency concurrent-programming go golang leetcode leetcode-go leetcode-golang leetcode-solution multithreading
Last synced: 12 Nov 2024
https://github.com/freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
go golang leetcode leetcode-go leetcode-golang leetcode-solution lru-algorithm lru-cache lru-eviction lru-implementation lru-replacement-algorithm lrucache
Last synced: 12 Nov 2024
https://github.com/freddiehaddad/anagrams
Multithreaded anagram grouping written in Go.
anagrams concurrency concurrent-programming go golang leetcode leetcode-go leetcode-golang leetcode-solution multithreading string-manipulation string-matching strings
Last synced: 12 Nov 2024
https://github.com/ash-codes18/leetcode-dislikes
Gives access to the dislike count of Leetcode Problems
extension google-chrome google-chrome-extension leetcode leetcode-dislikes leetcode-downvotes leetcode-problem-dislikes leetcode-problems leetcodedislikes leetcodedownvotes
Last synced: 22 Nov 2024