Solutions to daily problems of Leetcode

Overview

leetcode-daily-problems-solutions

Leetcode Daily Challenge :

Date Problem Solution Comment
29/01/2022 84. Largest Rectangle in Histogram Solution Using 1.Divide and Conquer with/without Segment tree and 2. with stack are two ways
28/01/2022 211. Design Add and Search Words Data Structure Solution Add Child to tree. Use DFS to search character by character. Each key is represented in the trie as a path from the root to the internal node or leaf.
27/01/2022 421. Maximum XOR of Two Numbers in an Array Solution Convert numbers to Binary and insert them into Bitwise trie one by one. At each step , compute max XOR.
26/01/2022 1305. All Elements in Two Binary Search Trees Solution Iterative inorder traversal of both trees in parallel and at each step add smallest value in output
25/01/2022 941. Valid Mountain Array Solution After walking up the hill , one should not be at start/end of array. After walking down the hill , one should be at end of array
24/01/2022 520. Detect Capital Solution Iterate over characters of string to check if it is uppercase , lowercase or only first letter is upper case
23/01/2022 1291. Sequential Digits Solution Using Sliding Window , precompute candidate substrings from input "123456789" and add to result ones that fall in range [low,high]
You might also like...

Solutions of many problems from HackerRank

Solutions of some problems from HackerRank made specially for beginners and who are in the intermediate level If you like this project, please leave m

Nov 14, 2022

This repository contains my solutions to programming problems of the UVa online-judge.

UVa Solutions This repository contains my solutions to programming problems of the UVa online-judge. Problem Set Volumes (100...1999) Volume 12 Proble

Nov 15, 2021

Solutions to HackerRank problems

HackerRank This is my solutions to HackerRank problems using java, might not be the best solution but at least i tried Algorithms Subdomain Difficulty

Apr 4, 2022

This JAVA repository contains solutions for common algorithms and problems.

This JAVA repository contains solutions for common algorithms and problems.

JAVA-Algorithms 🚀 Description Beep Boop! Boop Beep!. I have created this repository to improve my Logical thinking skills & Knowledge in programming.

Apr 11, 2022

This repository contains solutions to all the Bit Manipulations problems and coding challenges

This repository contains solutions to all the Bit Manipulations problems and coding challenges. I have also written a course on how to solve problems using bit manipulation. You can visit it here: https://www.educative.io/courses/bit-manipulation (Grokking Bit Manipulation For Coding Interviews)

Nov 15, 2022

☕️🚀🚨 This repository consists of solutions for the Community Classroom complete DSA Java Bootcamp assignment problems.

Java DSA Bootcamp 🌐 Assignments Go to Kunal Kushwaha's 👨🏻‍💻 course repository : ☕️ Java DSA Bootcamp ⚠️ 🚨 this repository is now inactive due to

Dec 12, 2022

Daily mail subscription implementation using Java Spring-boot and Quartz Scheduler

Daily Mail Subscription Service POC Implemented using Java Spring-boot and Quartz Scheduler Working Application Exposing 3 endpoints /subscription/cre

Jun 3, 2022

Welcome 🙌! This repository encourages daily contributions from anyone intending to learn Data Structures and Algorithms every day

Welcome 🙌! This repository encourages daily contributions from anyone intending to learn Data Structures and Algorithms every day

📌 DSA-Community Welcome 🙌 ! This repository encourages daily contributions from anyone intending to learn Data Structures and Algorithms consistentl

Sep 9, 2022

A smart personal voice assistant powered by Alan AI. Enjoy hands free application that can manage daily tasks

Todogenix A smart personal voice assistant using Alan AI. Intro Todogenix is a personal assistant app powered by Alan AI that helps store and manage o

Mar 15, 2022

WordleCompanion - A tool to help you determine those hard-to-guess words while doing your daily Wordle puzzles.

A tool to help you determine those hard-to-guess words while doing your daily Wordle puzzles. How it works Enter the 5-letter word you

Jan 22, 2022

100 Days of Code Learning program to keep a habit of coding daily and learn things at your own pace with help from our remote community.

100 Days of Code Learning program to keep a habit of coding daily and learn things at your own pace with help from our remote community.

100 Days of Code Learning program to keep a habit of coding daily and learn things at your own pace with help from our remote community.

Dec 30, 2022

💻 Machine Coding - leetcode LLD (coding blox) - It is an Online Coding Platform that allows a user to Sign Up, Create Contests and participate in Contests hosted by Others.

leetcode-lld-flipkart-coding-blox Machine coding - leetcode LLD (coding blox) My Approach : https://leetcode.com/discuss/interview-question/object-ori

Sep 15, 2022

This repository consists of Leetcode questions and answers specifically asked in Microsoft

Microsoft LeetCode Challenges This repository consists of Leetcode questions and answers specifically asked in Microsoft sorted based on frequency. Fe

Oct 23, 2021

Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.

OptaPlanner www.optaplanner.org Looking for Quickstarts? OptaPlanner’s quickstarts have moved to optaplanner-quickstarts repository. Quick development

Jan 2, 2023

Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.

Apache Log4j 2 Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the

Jan 4, 2023

Tools for tracking down memory / JVM problems & generating predictable-as-possible VM behaviour

Hawkshaw Tools for tracking down memory / JVM problems & generating predictable-as-possible VM behaviour You can Use Hawkshaw to mimic application obj

Jan 9, 2021

The place to come for pair programming practice problems in your language, designed for new and old developers alike.

Coding Dojo About The Coding Dojo is a project and weekly meetup hosted by Code Connector to offer opportunities for learning, mentoring, and practici

Nov 18, 2022

The CSES Problem Set is a collection of algorithmic programming problems.

The CSES Problem Set is a collection of algorithmic programming problems. The goal of the project is to create a comprehensive high quality problem se

Jan 5, 2022

👨‍💻This repository gives you the solution of everyday problems given in 30DaysOfCode contest which is held on Hackerrank

👨‍💻This repository gives you the solution of everyday problems given in 30DaysOfCode contest which is held on Hackerrank

👨‍💻30DaysOfCode-PhoenixClub This repository gives you the solution of everyday problems given in 30DaysOfCode contest which is held on Hackerrank. N

Jan 30, 2022
Owner
Jay Teli
Senior Software Developer
Jay Teli
Data structures & algorithms implemented in Java and solutions to leetcode problems.

Hello, World! ?? Hey everyone, I'm Sharad ☃ , and I'm a Software Engineer ?? at eGain! This repository ?? is all about data structures & algorithms an

Sharad Dutta 16 Dec 16, 2022
C++ / JAVA Optimised Solutions for LeetCode Problems

LeetCode Solutions Algorithms Math Bit Manipulation Array String Matrix Hash Table Binary Search Sorting Two Pointers Dynamic Programming My Most Vote

Akshaya Amar 191 Jan 5, 2023
Leetcode Problems & Solutions

LeetCode Problems & Solutions Optimal solutions to LeetCode Problems. Any kind of improvement suggestion is welcome. Algorithms Title Language(s) Diff

Hüseyin BABAL 7 Jul 26, 2022
My solutions for leetcode problems.

My Java Solutions for Leetcode (inspired by qiyuangong's leetcode) Problems & Solutions # Title Solution 202 Happy Number Java 215 Kth Largest Element

Eray 3 Jun 25, 2022
Data structures & algorithms implemented in Java and solutions to leetcode problems.

Hello, World! ?? Hey everyone, I'm Sharad ☃ , and I'm a Software Engineer ?? at eGain! This repository ?? is all about data structures & algorithms an

Sharad Dutta 16 Dec 16, 2022
Java solutions for LeetCode

leetcode-java Java solutions for LeetCode Environment Intellij IDEA 2021.2 JDK 16.0.1 Gradle 7.1 Junit 5.7 ProblemList # Title Difficulty Link Solutio

null 5 Aug 5, 2021
Repository with LeetCode Solutions and Dedicated Index to prepare for your FAANGM Interviews.

Repository with LeetCode Solutions and Dedicated Index to prepare for your FAANGM Interviews. Feel free to share and Contribute to this repository.

Jiganesh Patil 121 Jan 1, 2023
This repository consists of solutions to various LeetCode questions

This repository consists of solutions to various LeetCode questions. I have tried to add as many solutions in as many languages as possible. Feel free to contribute to this repository while following the contribution rules.

Hassan Shahzad 5 Mar 24, 2022
Solutions for some common algorithm problems written in Java.

Algorithms This repository contains my solution for common algorithms. I've created this repository to learn about algorithms and improve solutions to

Pedro Vicente Gómez Sánchez 2.8k Dec 30, 2022