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/emahtab/maximal-square

Find the maximal square area

dynamic-programming leetcode problem-solving

Last synced: 02 Feb 2025

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

我的算法学习笔记,部分内容来自互联网,并已标明出处,如有侵权,请联系删除。

algorithms java leetcode

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

leetcode problems-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/alexscience/wordsearchengine

WordSearchEngine - это консольное приложение на C#, предназначенное для поиска слов в текстовых файлах. Программа позволяет пользователю указать путь к текстовому файлу и искомое слово, а затем выводит строки, в которых это слово встречается, вместе с номерами строк. Пользователь также может выбрать, искать ли все вхождения слова или только первое.

csharp dotnet-core dotnet-framework leetcode test-task word-search-engine

Last synced: 21 Jan 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/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/m9rco/practice

:tada: :tada: Deliberate practice, continuous action

go javascrip leetcode php practice

Last synced: 18 Dec 2024

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/intersection-of-two-arrays-ii

Find the elements which intersect

hashmap leetcode problem-solving

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/kerthcet/leetcode-rs

LeetCode written in Rust 🦀️.

leetcode rust

Last synced: 16 Dec 2024

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/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/contains-duplicate

Check whether an array contains a duplicate value.

array duplicate hashset leetcode problem-solving

Last synced: 02 Feb 2025

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-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/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.

javascript leetcode workouts

Last synced: 31 Jan 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/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/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/gbammc/leetcode100day

LeetCode every day with Swift~

alogrithms leetcode swift

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

https://github.com/emahtab/best-meeting-point

Best Meeting Point

leetcode median

Last synced: 02 Feb 2025