Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
RitikJainRJ
/
DailyCodingProblem-Practice
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
93 Commits
93 Commits
Folders and files
Name
Name
Last commit message
Last commit date
.gitattributes
.gitattributes
.gitignore
.gitignore
Add two numbers represented by linked lists.cpp
Add two numbers represented by linked lists.cpp
Apple-NxN multiplication.cpp
Apple-NxN multiplication.cpp
Array Pair Sum Divisibility Problem.cpp
Array Pair Sum Divisibility Problem.cpp
Auto-complete feature using Trie.cpp
Auto-complete feature using Trie.cpp
Bottom View of Binary Tree.cpp
Bottom View of Binary Tree.cpp
Check for BST.cpp
Check for BST.cpp
Check if Linked List is Palindrome.cpp
Check if Linked List is Palindrome.cpp
Check if a given graph is tree or not.cpp
Check if a given graph is tree or not.cpp
Check point is inside a polygon.cpp
Check point is inside a polygon.cpp
Circular buffer.cpp
Circular buffer.cpp
Construct BST from Postorder.cpp
Construct BST from Postorder.cpp
Conway’s Game Of Life.cpp
Conway’s Game Of Life.cpp
Copy a linked list.cpp
Copy a linked list.cpp
Count Occurences of Anagrams O(n).cpp
Count Occurences of Anagrams O(n).cpp
Count ways to reach the n’th stair generalised.cpp
Count ways to reach the n’th stair generalised.cpp
Deepest Node in a Binary Tree.cpp
Deepest Node in a Binary Tree.cpp
Divide two integers without using multiplication, division and mod operator.cpp
Divide two integers without using multiplication, division and mod operator.cpp
Expression Tree.cpp
Expression Tree.cpp
Find Itinerary from a given list of tickets.cpp
Find Itinerary from a given list of tickets.cpp
Find Itinerary.cpp
Find Itinerary.cpp
Find Missing And Repeating.cpp
Find Missing And Repeating.cpp
Find a pair with given target in BST .cpp
Find a pair with given target in BST .cpp
Find if string is K-Palindrome or not.cpp
Find if string is K-Palindrome or not.cpp
Find indices of all occurrence of one string in other.cpp
Find indices of all occurrence of one string in other.cpp
Find the element that appears once.cpp
Find the element that appears once.cpp
Find the maximum path sum between two leaves of a binary tree.cpp
Find the maximum path sum between two leaves of a binary tree.cpp
Find the number of islands.cpp
Find the number of islands.cpp
Find the ordering of tasks from given dependencies.cpp
Find the ordering of tasks from given dependencies.cpp
Find the string in grid.cpp
Find the string in grid.cpp
Find the two non-repeating elements.cpp
Find the two non-repeating elements.cpp
Fisher–Yates shuffle Algorithm.cpp
Fisher–Yates shuffle Algorithm.cpp
Flatten Nested List Iterator.cpp
Flatten Nested List Iterator.cpp
Flood fill Algorithm.cpp
Flood fill Algorithm.cpp
Form a palindrome.cpp
Form a palindrome.cpp
Get Minimum Squares.cpp
Get Minimum Squares.cpp
Gray Code.cpp
Gray Code.cpp
In an array.cpp
In an array.cpp
Inorder Successor.cpp
Inorder Successor.cpp
Interleave the first half of the queue with second half.cpp
Interleave the first half of the queue with second half.cpp
Intersection Point in Y Shapped Linked Lists.cpp
Intersection Point in Y Shapped Linked Lists.cpp
Inversion of array.cpp
Inversion of array.cpp
Jumbled_array.cpp
Jumbled_array.cpp
K Closest Points to Origin.cpp
K Closest Points to Origin.cpp
Knight’s tour.cpp
Knight’s tour.cpp
Kth Smallest Element in a Sorted Matrix.cpp
Kth Smallest Element in a Sorted Matrix.cpp
LCS of three strings.cpp
LCS of three strings.cpp
LRU cache.cpp
LRU cache.cpp
Largest BST.cpp
Largest BST.cpp
Longest Consecutive 1's.cpp
Longest Consecutive 1's.cpp
Longest consecutive subsequence.cpp
Longest consecutive subsequence.cpp
Longest path in an undirected tree.cpp
Longest path in an undirected tree.cpp
Lowest Common Ancestor in a Binary Tree with O(1) space.cpp
Lowest Common Ancestor in a Binary Tree with O(1) space.cpp
M-Coloring Problem.cpp
M-Coloring Problem.cpp
Markov chain.cpp
Markov chain.cpp
Match specific pattern.cpp
Match specific pattern.cpp
Maximum Intervals Overlap.cpp
Maximum Intervals Overlap.cpp
Maximum Rectangular Area in a Histogram.cpp
Maximum Rectangular Area in a Histogram.cpp
Maximum of all subarrays of size k.cpp
Maximum of all subarrays of size k.cpp
Maximum size rectangle binary sub-matrix with all 1s.cpp
Maximum size rectangle binary sub-matrix with all 1s.cpp
Maximum sum such that no two elements are adjacent.cpp
Maximum sum such that no two elements are adjacent.cpp
Median in a stream of integers.cpp
Median in a stream of integers.cpp
Merge K sorted linked lists.cpp
Merge K sorted linked lists.cpp
Min Steps in Infinite Grid.cpp
Min Steps in Infinite Grid.cpp
Minimum Distance Between Words.cpp
Minimum Distance Between Words.cpp
Minimum Platforms.cpp
Minimum Platforms.cpp
Minimum sum partition.cpp
Minimum sum partition.cpp
Monte Carlo.cpp
Monte Carlo.cpp
N-Queen Problem.cpp
N-Queen Problem.cpp
Next Permutation.cpp
Next Permutation.cpp
Next sparse binary number.cpp
Next sparse binary number.cpp
Non-decreasing Array.cpp
Non-decreasing Array.cpp
Nth node from end of linked list.cpp
Nth node from end of linked list.cpp
Overlapping Intervals.cpp
Overlapping Intervals.cpp
Palindrome Pairs.cpp
Palindrome Pairs.cpp
Parenthesis Checker.cpp
Parenthesis Checker.cpp
Partition List.cpp
Partition List.cpp
Possible words from Phone digits.cpp
Possible words from Phone digits.cpp
Power Set.cpp
Power Set.cpp
Power of Numbers.cpp
Power of Numbers.cpp
Preorder to Postorder.cpp
Preorder to Postorder.cpp
Problem #200 .cpp
Problem #200 .cpp
README.md
README.md
Random number generator in arbitrary probability distribution.cpp
Random number generator in arbitrary probability distribution.cpp
Recursively remove all adjacent duplicates.cpp
Recursively remove all adjacent duplicates.cpp
Remove Invalid Parentheses.cpp
Remove Invalid Parentheses.cpp
Reservoir Sampling.cpp
Reservoir Sampling.cpp
Reverse words in a given string with O(1) space.cpp
Reverse words in a given string with O(1) space.cpp
Rotate String.cpp
Rotate String.cpp
Run Length Encoding.cpp
Run Length Encoding.cpp
Search in a Rotated Array.cpp
Search in a Rotated Array.cpp
Second largest element in BST.cpp
Second largest element in BST.cpp
Select a random number from stream.cpp
Select a random number from stream.cpp
Set_Theory.cpp
Set_Theory.cpp
Shortest path in a Binary Maze.cpp
Shortest path in a Binary Maze.cpp
Sieve of Eratosthenes.cpp
Sieve of Eratosthenes.cpp
Smallest Range Covering Elements from K Lists.cpp
Smallest Range Covering Elements from K Lists.cpp
Smallest window in a string containing all the characters of another string.cpp
Smallest window in a string containing all the characters of another string.cpp
Sort an array of 0s, 1s and 2s.cpp
Sort an array of 0s, 1s and 2s.cpp
View all files
Repository files navigation
README
More
items
DailyCodingProblem-Practice
About
Daily coding problem code solution.
Topics
code
coding
da
daily
daily-coding-problem
dailycodingproblem
problem
programming
solution
Resources
Readme
Activity
Stars
2
stars
Watchers
2
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.