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

Projects in Awesome Lists tagged with leetcode-questions

A curated list of projects in awesome lists tagged with leetcode-questions .

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: 09 Apr 2025

https://github.com/luaannguyen/go-leetcode

My Golang solutions for daily Leetcode ✏️

go golang leetcode leetcode-questions leetcode-solutions

Last synced: 28 Feb 2025

https://github.com/evanmathew/sql-50-leetcode-problems

The SQL 50 collection on LeetCode offers a diverse set of problems aimed at evaluating and improving your SQL skills. It covers a broad spectrum of concepts, including fundamental queries, subqueries, joins, aggregations, window functions, and other advanced techniques.

50-sql-solution leetcode-questions leetcode-sql-50 mysql

Last synced: 02 Mar 2025

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

My leetcode solutions. I usually code in Java and occasionally solve problems in C++ or Python.

leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions

Last synced: 12 Mar 2025

https://github.com/johnntirintis/leetcode

Collection of my solutions to various LeetCode problems.

leetcode leetcode-java leetcode-practice leetcode-python leetcode-questions leetcode-solutions

Last synced: 03 Mar 2025

https://github.com/keshabkjha/leetcode

This repository serves as a collection of my solutions to various LeetCode Data Structures and Algorithms (DSA) problems.

leetcode leetcode-java leetcode-practice leetcode-python leetcode-questions leetcode-solutions

Last synced: 29 Mar 2025

https://github.com/ch-garcia/leetcode-sql

This repository contains all of my SQL solutions for problems solved on LeetCode using PostgreSQL.

leetcode leetcode-practice leetcode-questions leetcode-solutions postgres postgresql sql

Last synced: 09 Mar 2025

https://github.com/kalyan4636/leetcode

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub] (https://github.com/QasimWani/LeetHub)

html html-css-javascript javascript leetcode leetcode-cpp leetcode-java leetcode-javascript leetcode-practice leetcode-python leetcode-python3 leetcode-questions leetcode-solutions python typescript

Last synced: 24 Feb 2025

https://github.com/jagadeeshm007/leetcode

This repository serves as a collection of my solutions to various LeetCode Data Structures and Algorithms (DSA) problems using c++.

algorithms cpp data-structures leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions

Last synced: 05 Mar 2025

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: 15 Apr 2025

https://github.com/yastechub/codechallenge

A collection of LeetCode solutions with well-documented explanations and test cases. Organized by problem difficulty and type.

algorithms-and-data-structures coding-challenges csharp-code leetcode leetcode-questions

Last synced: 18 Feb 2025

https://github.com/codingwizard2001/leetcode

LeetCode features a variety of math-related problems to test and improve algorithmic and mathematical problem-solving skills

cpp cpp17 daily-coding-problem dailyprogrammer leetcode leetcode-cpp leetcode-cpp-solutions leetcode-potd leetcode-practice leetcode-problem-solution leetcode-questions leetcode-solutions potd potd-solution practice

Last synced: 27 Mar 2025

https://github.com/singhsv13/svleetcodes

Collection of coding problems & solutions to ace the coding interviews!

cpp dsa gfg-solutions interview interview-prep interview-preparation leetcode-questions leetcode-solutions

Last synced: 15 Mar 2025

https://github.com/sandylib/algorithms

leetcode problem solve

leetcode leetcode-java leetcode-questions

Last synced: 16 Mar 2025

https://github.com/weareblahs/leetvigator

For those who wanted to navigate through LeetCode, but only know the question number

leetcode leetcode-questions

Last synced: 04 Apr 2025

https://github.com/vishalku03/binary_search

In binary search, recursion is used to repeatedly divide a sorted array into halves until the target value is found. The algorithm compares the middle element to the target, then recursively searches either the left or right half depending on the comparison, reducing the search space efficiently.

cpp dsa gfg-questions leetcode-questions

Last synced: 26 Feb 2025