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/nbhirud/py2021

Just playing around with new and old things in Python. Mostly some brush-up of concepts that I might have forgotten to some extent; not practically, but mostly theoretically.

asyncio flask hackerrank interview-practice leetcode multiprocessing multithreading pandas python python3

Last synced: 28 Dec 2024

https://github.com/firattamur/leetcode-python

Leetcode Problems' Solutions in Python.

leetcode leetcode-python leetcode-solutions

Last synced: 13 Jan 2025

https://github.com/xthirtysix/leetcode-daily

My leetcode problems solutions

leetcode typescript

Last synced: 13 Jan 2025

https://github.com/vishalku03/linked_list

A linked list is a linear data structure in which elements, called nodes, are connected by pointers. Each node contains data and a reference (or pointer) to the next node in the sequence.

cpp dsa gfg leetcode linked-list

Last synced: 09 Jan 2025

https://github.com/eragonj/leetcode.js

🐌 Time to write some LeetCode

javascript leetcode leetcode-javascript leetcode-solutions

Last synced: 20 Dec 2024

https://github.com/hannahlspencer/leetcode

My solutions for Leetcode problems

leetcode leetcode-kotlin leetcode-solutions

Last synced: 20 Dec 2024

https://github.com/rjxby/ltc

leetCode problems

leetcode leetcode-csharp leetcode-solutions

Last synced: 13 Jan 2025

https://github.com/michael-c7/leetcode

Daily LeetCode problems I've solved to get better at problem solving

algorithms algorithms-and-data-structures data-structures javascript leetcode leetcode-javascript leetcode-practice

Last synced: 08 Jan 2025

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

This repository contains all the codes that I practice for dsa

dsa java leetcode

Last synced: 23 Nov 2024

https://github.com/zolotyh-dk/data-structures-and-algorithms

Решения задач по алгоритмам и структурам данных с LeetCode

algorithms-and-data-structures arrays-and-strings java leetcode sliding-window two-pointers

Last synced: 08 Jan 2025

https://github.com/sixtycode/leetcode

sixtycode on leetcode

leetcode typescript

Last synced: 13 Jan 2025

https://github.com/toquery/leetcode-cn

leetcode 在线刷题Java版

java leetcode

Last synced: 28 Dec 2024

https://github.com/vivekkdagar/leetcode

A collection of LeetCode problems and my solutions.

competitive-programming cpp leetcode leetcode-solutions leethub

Last synced: 13 Jan 2025

https://github.com/saineshnakra/leetcode-75

I will be posting my solutions and explanations for every question in the "Leetcode 75", "Grind 169", daily challenges, and many more study plan. I will be using C++

cpp leetcode leetcode-solutions

Last synced: 05 Jan 2025

https://github.com/jpleboeuf/leetcode_solutions

My solutions to problems available on LeetCode.

leetcode leetcode-solutions

Last synced: 19 Nov 2024

https://github.com/a9na/daily-leetcode-js

🌟 Daily JavaScript LeetCode challenges 🚀💻

algorithms-and-data-structures javascript leetcode

Last synced: 09 Jan 2025

https://github.com/haeramkeem/algo

indomie mie goreng

algorithm cplusplus cpp go golang leetcode

Last synced: 19 Nov 2024

https://github.com/permalik/sandbox

edu:polyglot computer science, programming, and puzzles

aoc dsa hackerrank leetcode

Last synced: 19 Nov 2024

https://github.com/ordinary-dev/my-solutions

My solutions to various programming problems

advent-of-code algorithm codeforces leetcode leetcode-solutions

Last synced: 19 Nov 2024

https://github.com/1git2clone/leetcode-trees-rs

A Rust library for Binary Tree Node and Singly Linked List ListNode LeetCode problems.

crate github-actions gitlab-ci leetcode rust rust-leetcode rust-leetcode-solutions rust-library

Last synced: 23 Nov 2024

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

🧑‍🎨 My solutions from LeetCode stuff

leetcode leetcode-go

Last synced: 19 Nov 2024

https://github.com/aglove2189/blind75

my python solutions to the Blind 75 LeetCode questions

leetcode

Last synced: 16 Nov 2024

https://github.com/billy0402/leetcode

LeetCode problems solution collection, mainly using Python.

leetcode python

Last synced: 14 Jan 2025

https://github.com/dancastillo/leetcode

Solutions for different problems on leetcode.com written in JavaScript

javascript leetcode nodejs

Last synced: 19 Nov 2024

https://github.com/codeprometheus/the-rode-to-algo

Solve problems one by one, step by step until reach the goal!

go java leetcode

Last synced: 11 Jan 2025

https://github.com/rohanharikr/c-sharper

Solutions to C(see) sharper.

algorithms codility csharp dotnet exercism leetcode linq

Last synced: 13 Jan 2025

https://github.com/dmdv/go-algo

Data structures in Golang. Leetcode, Hackerrank

algorithms challenges data-structures datastructures hackerrank leetcode

Last synced: 19 Dec 2024

https://github.com/mikeleo03/leetcode-journey

Dedicated this repo to my LeetCode grind, which I now find incredibly exciting! :D

cpp grind leetcode

Last synced: 30 Nov 2024

https://github.com/adilrasheed139/leetcode

Solving LeetCode Problems!

leetcode python python3

Last synced: 11 Jan 2025

https://github.com/emilwijayasekara/leetcode-solutions_difficulty-easy

Embark on my LeetCode learning adventure! Follow along as I tackle coding challenges, sharing my solutions and learning experiences. Join me in honing our coding skills together! 🚀 #LeetCode #CodingJourney

java leetcode leetcode-java leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/emilwijayasekara/leetcode-2469-convert-the-temperature

LeetCode Problem 2469. Convert the Temperature - This problem entails converting a Celsius temperature to its corresponding values in Kelvin and Fahrenheit, utilizing precise conversion formulas, and returning the results in a two-element array with specified precision.

java leetcode leetcode-java leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/emilwijayasekara/leetcode-1-twosum

LeetCode Problem 1.Two Sum - This repository contains my solution to the classic "Two Sum" problem from LeetCode. The problem entails finding two numbers in an array that sum up to a given target.

java leetcode leetcode-java leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/emilwijayasekara/leetcode-2667-create-hello-world-function-30-days-of-javascript-day-1

LeetCode Problem 2667. Create Hello World Function - In this problem we have to write a function createHelloWorld. It should return a new function that always returns "Hello World".

javascript leetcode leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/emilwijayasekara/leetcode-2235-add-two-integers

LeetCode Problem 2235. Add Two Integers - Just adding tow numbers

java leetcode leetcode-java leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/luhc228/myleetcode

LeetCode solutions in JS.

javascript leetcode

Last synced: 11 Jan 2025

https://github.com/dgarc359/neetcode

Neetcode solutions in typescript

generally-available leetcode neetcode typescript

Last synced: 19 Nov 2024

https://github.com/rootulp/leetcode

📝 LeetCode solutions

leetcode leetcode-solutions

Last synced: 22 Dec 2024

https://github.com/iamsudhir-kumar/js-practice-from_basic_to_advance

This repository is for practicing and mastering JavScript from basic to advance

api html javascript leetcode node-js oop

Last synced: 23 Dec 2024

https://github.com/emilwijayasekara/leetcode-1422-maximum-score-after-splitting-a-string

LeetCode Problem 1422. Maximum Score After Splitting a String - The problem involves maximizing the score by splitting a binary string into two parts and counting zeros on the left and ones on the right. The goal is to iterate through possible splits and return the highest achievable score.

java leetcode leetcode-java leetcode-solutions

Last synced: 12 Jan 2025

https://github.com/217heidai/leetcode

leetcode

leetcode

Last synced: 19 Nov 2024

https://github.com/specialtactics/leetcode-2020-30day

Leetcode 2020 April 30 day challenge

leecode-solutions leetcode

Last synced: 24 Nov 2024

https://github.com/nkcoder/cottesloe

My LeetCode data structure and algorithm practice in Python.

algorithms data-structures leetcode python3

Last synced: 13 Nov 2024

https://github.com/vishalthehuman/leetcode

Here, I will be updating the Leet Code Questions that I've solved. The answers will be correct but it may not always have the best runtime and memory usage. Bear with me.

leetcode leetcode-go leetcode-golang leetcode-java leetcode-python leetcode-python3 leetcode-questions leetcode-solutions

Last synced: 16 Nov 2024

https://github.com/prinorange/my-leetcode

Here are my notes for leetcode learning with algorithm and data structures. And I will try to solve them with C program. Sure, I also put in my thinking about the problems and some related knowledges.

algorithm data-structures learning leetcode notebook notes

Last synced: 14 Jan 2025

https://github.com/bytesbybianca/leetcode

Working my way through Leetcode to practice DSA while prepping for technical interviews.

javascript leetcode

Last synced: 16 Nov 2024

https://github.com/abanoub-asaad/problemsolving

LeetCode Solutions and Ds & Algo Resources.

cpp java leetcode problem-solving

Last synced: 16 Nov 2024

https://github.com/marianogappa/leetlink

CLI tool that gets the Leetcode link for a given problem number.

chatgpt cli golang leetcode

Last synced: 16 Nov 2024

https://github.com/ibrahimhabibeg/leetcode

My solutions for Leetcode problems in Java

leetcode leetcode-java leetcode-solutions problem-solving

Last synced: 22 Dec 2024

https://github.com/hilarionengarejr/leetcode

Just LeetCode nothing to see here lol.

leetcode leetcode-javascript leetcode-python

Last synced: 15 Dec 2024

https://github.com/p4zd4n/leetcode

Solutions of programming tasks from LeetCode

algorithms java leetcode leetcode-solutions

Last synced: 17 Dec 2024

https://github.com/kabeech/xtreme-xmas-code

An xtreme mod for your favorite advent calendar

advent-of-code holidays leetcode

Last synced: 16 Nov 2024

https://github.com/jintao-huang/leetcode_notebook

leetcode 刷题笔记(已废弃)

leetcode python

Last synced: 29 Dec 2024

https://github.com/fahadulshadhin/leetcode-dashboard

A dashboard for my LeetCode solutions

django leetcode python3

Last synced: 14 Jan 2025

https://github.com/fahadulshadhin/leetcode-stats-api

API to grab your LeetCode profile stats

expressjs leetcode mongodb

Last synced: 14 Jan 2025

https://github.com/joaoassalim/leetcode-solutions

Repository to save my solutions in Leetcode

leetcode leetcode-solutions

Last synced: 03 Jan 2025

https://github.com/oneananda/codingchallenges

This repository contains solutions to coding problems from key coding challenge platforms, implemented in various programming languages.

csharp go hackerrank java javascript kotlin leetcode projecteuler ruby swift typescript

Last synced: 28 Dec 2024

https://github.com/oneananda/leetcode-solutions

This repository contains solutions to various LeetCode problems categorized by difficulty levels: Easy, Medium, and Hard. Each solution is implemented in C# and aims to be clear, efficient, and easy to understand.

coding-challenges csharp leetcode leetcode-solutions

Last synced: 28 Dec 2024

https://github.com/ushurbakiyevdavlat/algos

Learning alghorithms

alghorithm leetcode php typescript

Last synced: 23 Nov 2024

https://github.com/animesh-algorithm/dsa-prep

Leetcode • Hackerrank • Problem Solving • DSA

algorithms data-structures dsa hackerrank leetcode

Last synced: 14 Dec 2024

https://github.com/code-hex/leetcode-go

Play leetcode.com with Go

go leetcode

Last synced: 11 Dec 2024

https://github.com/quzanh1130/leetcode_solution

My solutions for leet code problems.

leetcode leetcode-solutions

Last synced: 20 Dec 2024

https://github.com/manesioz/leetcode

Data Structures and Algorithm Practice

algorithms data-structures leetcode

Last synced: 05 Jan 2025

https://github.com/hojongs/algorithm

A set of source codes to solve algorithm written in python

algorithm baekjoon leetcode programmers python

Last synced: 27 Dec 2024

https://github.com/muhamadajiw/daily-leetcode

My coding practices, not that good though so don't use these as reference!

algorithms cpp leetcode

Last synced: 16 Nov 2024

https://github.com/abdullah-niaz/leetcode

leetcode is a collection of solutions to various LeetCode problems, covering a wide range of algorithms and data structures. This repository serves as a practice resource for coding interviews and competitive programming, with solutions in Python for different problem categories and difficulties.

dsa leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions problem-solving

Last synced: 16 Nov 2024

https://github.com/asphaltt/leetcode.go

Go solutions for leetcode

leetcode leetcode-go

Last synced: 13 Jan 2025

https://github.com/danishprakash/sport

My solutions to various sport/competitive programming problems.

algorithms dsa geeksforgeeks hackerrank leetcode

Last synced: 14 Jan 2025

https://github.com/seralaci/csharp-algorithm-challenges

Algorithms, data structures and coding challenges in C#

algorithms c-sharp challenges csharp data-structures dotnet leetcode

Last synced: 12 Jan 2025

https://github.com/shihabmridha/leetcode

My leetcode solutions

go golang leetcode

Last synced: 05 Jan 2025