Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/beiyuouo/leetcode-python

🧸 Python Code for LeetCode

leetcode python

Last synced: 07 Dec 2024

https://github.com/aiveraiva/problem-solutions

My solutions to online judge website: LeetCode, Zerojudge, etc.

dynamic-programming leetcode leetcode-solutions online-judge problem-solving python solutions

Last synced: 23 Dec 2024

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

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

exercism leetcode rust typescript

Last synced: 11 Dec 2024

https://github.com/weitsunglin/cpp-gitaction-template-using-leetcode

github action complie cpp, using leetcode

cpp github-actions leetcode

Last synced: 11 Dec 2024

https://github.com/emahtab/search-2d-matrix-ii

Search 2D Matrix sorted row and column wise

leetcode problem-solving

Last synced: 02 Feb 2025

https://github.com/emahtab/smallest-subtree-with-all-the-deepest-nodes

Find the smallest subtree with all the deepest nodes in a binary tree

bfs breadth-first-search leetcode lowest-common-ancestor problem-solving

Last synced: 02 Feb 2025

https://github.com/emahtab/sliding-window-maximum

Find Max within a fixed size window

leetcode monotonic-queue sliding-window

Last synced: 02 Feb 2025

https://github.com/astraw99/leetcode

leetcode for gopher

go golang leetcode

Last synced: 20 Jan 2025

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

Competitive programming solutions

atcoder codeforces leetcode project-euler usaco uva

Last synced: 20 Dec 2024

https://github.com/snehalyelmati/competitive-programming-golang

Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.

algorithms data-structures golang google-hashcode google-kickstart leetcode

Last synced: 12 Dec 2024

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: 02 Feb 2025

https://github.com/sagnikc395/leetcode

Leetcode Solutions

leetcode typescript

Last synced: 13 Jan 2025

https://github.com/weihanli/leetcodesolutions

LeetCodeSolutions powered by csharp

algorithms csharp leetcode

Last synced: 26 Jan 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: 13 Dec 2024

https://github.com/ayushverma135/leetcode

Dive into the world of coding challenges with our curated collection of Leetcode programs. Covering a wide range of algorithms and data structures, these programs offer valuable practice for technical interviews and algorithmic problem-solving. With detailed explanations and optimized solutions.

leetcode leetcode-cpp leetcode-java leetcode-python

Last synced: 17 Jan 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: 13 Dec 2024

https://github.com/wenjin1997/rust-leetcode

用rust刷LeetCode代码及笔记。

leetcode

Last synced: 23 Jan 2025

https://github.com/lupantech/leetcode

Constant dripping wears away a stone.

leetcode note

Last synced: 23 Dec 2024

https://github.com/caedenph/algorithms

Contains Leetcode problems, Algorithms, and Advent of Code solutions

advent-of-code algorithms aoc leetcode

Last synced: 27 Dec 2024

https://github.com/liulinboyi/algorithm-and-data-structure-of-javascript

通过leetcode解题来学习JavaScript 的算法与数据结构(Algorithm and data structure of JavaScript)

algorithm javascript leetcode typescript

Last synced: 17 Jan 2025

https://github.com/cary-hu/leetcode-every-day

Coding Every Day, leave Bad code me away.

leetcode

Last synced: 13 Dec 2024

https://github.com/ichenlei/leetcode_101

A repo for my LeetCode algorithm training

algorithm javascript leetcode nodejs

Last synced: 23 Jan 2025

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

Check whether two binary trees are same

binary-tree dfs leetcode problem-solving

Last synced: 02 Feb 2025

https://github.com/yudataguy/beatcode

Leetcode space repetition memorization web app

leetcode

Last synced: 29 Jan 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: 23 Dec 2024

https://github.com/emahtab/remove-nth-node-from-end-of-list

Remove nth node from end of the linked list

leetcode linked-list problem-solving

Last synced: 02 Feb 2025

https://github.com/aniketfuryrocks/dsa_rust

Data Structures and Algorithms implemented in rust

algorithms datastructures dsa leetcode leetcode-rust rust

Last synced: 17 Dec 2024

https://github.com/pvarentsov/leetcode

My LeetCode solutions.

leetcode leetcode-solutions

Last synced: 23 Dec 2024

https://github.com/serhii-chernenko/leetcode

Solutions of Leetcode's questions

leetcode leetcode-javascript leetcode-solutions

Last synced: 13 Jan 2025

https://github.com/kengen1/leetcode-study-bot

A Discord bot that integrates Leetcode challenges into Discord servers. This project was built with the intention of providing a collaborative space for technical interview preparation.

discord-bot discord-js graphql leetcode leetcode-questions leetcodepractice nodejs typescript

Last synced: 23 Dec 2024

https://github.com/prakhar-002/leetcode

📜 LeetCode Solution Hub 🔥 | Get all solutions 🧩 for daily challenges and specific tasks 💪🏻 | Example: 📝 30 Days of JS Challenge

c cpp java javascript leet leetcode leetcode-cpp leetcode-java leetcode-javascript leetcode-practice leetcode-python leetcode-solutions python3 questions-and-answers

Last synced: 17 Dec 2024

https://github.com/surajk95/leetify

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.

leet-generator leetcode matrix-effect vanilla-javascript vanilla-js

Last synced: 22 Jan 2025

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

Reverse a singly Linked List

leetcode linked-list problem-solving reverse

Last synced: 02 Feb 2025

https://github.com/ayush272002/complete-java-with-dsa

Complete DSA series using Java which covers all important DSA concepts asked in an interview

algorithms-and-data-structures codingninjas dsa geeksforgeeks java leetcode

Last synced: 27 Jan 2025

https://github.com/bagashiz/leetcode

All of my LeetCode solutions.

leetcode leetcode-solutions

Last synced: 17 Dec 2024

https://github.com/himanshumahajan138/plagx

An automated tool for detecting plagiarism in LeetCode coding contests. It crawls contest data, processes user submissions, generates comprehensive reports, and uploads results to GitHub. Features secure handling of environment variables and seamless integration with GitHub for efficient data management.

automation coding-contests contest-submissions data-processing github-integration json leetcode plagiarism-detection python report-generation web-crawler

Last synced: 27 Jan 2025

https://github.com/utkarshmishra12/leetcode_solutions

LeetCode Solutions - Repository For Codes Of Various Data Structures And Algorithms and Competitive Programming Problems

algorithms coding-solutions cpp data-structures interview interview-preparation leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions

Last synced: 01 Jan 2025

https://github.com/yuliang-lee/leetcode-submission-table

:notebook: Use crawlers to get all submitted records, use tables to display, add filtering.

leetcode submissions

Last synced: 15 Dec 2024

https://github.com/laansdole/algo-code-journey

Just where I practice with algorithm and data structure

algorithms-and-data-structures leetcode rmit

Last synced: 10 Jan 2025

https://github.com/kallydev/leetcode

LeetCode problem solutions.

algorithms datastructures leetcode

Last synced: 17 Jan 2025

https://github.com/skvggor/leetcode

LeetCode problems.

clojure javascript leetcode python rust

Last synced: 18 Dec 2024

https://github.com/emahtab/queue-reconstruction-by-height

Place persons at their correct location in a queue

leetcode problem-solving sorting

Last synced: 02 Feb 2025

https://github.com/kittonn/leetcode

My Leetcode Collection

leetcode

Last synced: 18 Dec 2024

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: 02 Nov 2024

https://github.com/chinxcode/leetscan-api

LeetScan API is a tool for fetching data from LeetCode user profiles. It provides developers and recruiters with detailed insights into a user's coding activity and contest performance. This API integrates easily with other systems and offers robust data access features.

api express graphql leetcode leetcode-api nodejs

Last synced: 19 Dec 2024

https://github.com/kedixa/leetcode

LeetCode

leetcode

Last synced: 24 Jan 2025

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

Check If Linked List is Palindrome

leetcode linked-list palindrome problem-solving

Last synced: 02 Feb 2025

https://github.com/kavimaluskam/leetcode-collection

History of my leetcode challenges/documentations

blog gatsbyjs leetcode leetcode-python leetcode-solutions

Last synced: 13 Jan 2025

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! 🚀🎮

c leetcode vsc

Last synced: 13 Dec 2024

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: 19 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: 30 Jan 2025

https://github.com/waasiq/leetcode

My solutions to LeetCode problems.

competitive-programming leetcode leetcode-solutions

Last synced: 21 Jan 2025

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

Leetcode Blind 75 problems solved in Python for interview prep.

algorithms-and-data-structures interview-questions leetcode leetcode-python python python3

Last synced: 25 Dec 2024

https://github.com/th-blitz/leetcode-templates

My Collection of LeetCode templates like sorting algorithms, search algorithms & data-structures from scratch in C, C++, Rust, JavaScript & Python.

algorithms data-structures leetcode leetcode-cpp leetcode-python leetcode-rust rust

Last synced: 01 Jan 2025

https://github.com/thutasann/ts-leet

algorithms, leet code solutions and typescript fundamentals

algorithms leetcode typescript

Last synced: 06 Jan 2025