Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Omkar123Potadar
/
Data-Structure-and-Algorithm-Java-interview-kit
Public
forked from
NirmalSilwal/Data-Structure-and-Algorithm-Java-interview-kit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
Β e9ee867
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 1, 2022
LC#344 day1 april challenge- reverse string
NirmalSilwal
committed
e9ee867
Copy full SHA for e9ee867
Commits on Mar 31, 2022
LC#1502 checks if we can make AP series from given set of numbers in array
NirmalSilwal
committed
b328bbd
Copy full SHA for b328bbd
Commits on Mar 29, 2022
LC#1822 returns sign product of array
NirmalSilwal
committed
daee90d
Copy full SHA for daee90d
Commits on Mar 28, 2022
finds nearest manhattan distance from your coordinates
NirmalSilwal
committed
206fb71
Copy full SHA for 206fb71
finds largest perimeter of triangle
NirmalSilwal
committed
c661901
Copy full SHA for c661901
LC#1281 returns product of digts and sum of digits in given number
NirmalSilwal
committed
8b7f02f
Copy full SHA for 8b7f02f
counts number of 1s in given unsigned 32 bit number, bit manipulation
NirmalSilwal
committed
1b6aa8b
Copy full SHA for 1b6aa8b
Commits on Mar 27, 2022
LC#1491 finds average of given salary excluding max and min salary
NirmalSilwal
committed
67359fe
Copy full SHA for 67359fe
counts total odd number in given intervals in O(1) time
NirmalSilwal
committed
0e449ab
Copy full SHA for 0e449ab
removed .class file uploaded mistakenly
NirmalSilwal
committed
b94510d
Copy full SHA for b94510d
Commits on Mar 26, 2022
counts total odd number in given intervals in O(1) time
NirmalSilwal
committed
83898c6
Copy full SHA for 83898c6
Commits on Mar 14, 2022
finds the missing number in range 0 to n in given array
NirmalSilwal
committed
2c12b1b
Copy full SHA for 2c12b1b
checks if any duplicates are in given array
NirmalSilwal
committed
b36ddb6
Copy full SHA for b36ddb6
Commits on Mar 9, 2022
checks given expression is balanced or not using Stack
NirmalSilwal
committed
19808b2
Copy full SHA for 19808b2
Commits on Mar 6, 2022
5th day March LC challenge-delete and earn max from array
NirmalSilwal
committed
05f5634
Copy full SHA for 05f5634
2nd day March LC challenge -check given array is subsequence
NirmalSilwal
committed
b03c764
Copy full SHA for b03c764
Commits on Mar 1, 2022
finds total set bits in given number in O(N) time
NirmalSilwal
committed
c8d38f2
Copy full SHA for c8d38f2
Commits on Feb 28, 2022
finds square root of N without using inbuild library, 2 approaches
NirmalSilwal
committed
ac6e66e
Copy full SHA for ac6e66e
Commits on Feb 23, 2022
search element using binary search
NirmalSilwal
committed
cbe7077
Copy full SHA for cbe7077
finds majority element in given array, 3 solutions
NirmalSilwal
committed
56dbfc5
Copy full SHA for 56dbfc5
Commits on Feb 22, 2022
added most optimal approach using HashSet, O(N) time, O(N) space solution
NirmalSilwal
committed
56b7d8c
Copy full SHA for 56b7d8c
Commits on Feb 21, 2022
O(NlogN) time-finds longest consecutive sequence in given array
NirmalSilwal
committed
f25d5de
Copy full SHA for f25d5de
Commits on Feb 20, 2022
finds longest consecutive sequence in given array, non-optimal one
NirmalSilwal
committed
7a22ae6
Copy full SHA for 7a22ae6
testing commit malfunctioning
NirmalSilwal
committed
6d075e5
Copy full SHA for 6d075e5
finds longest consecutive sequence in given array, non-optimal one
Nirmal Silwal
authored and
Nirmal Silwal
committed
86fa95c
Copy full SHA for 86fa95c
Commits on Feb 3, 2022
solution of Codechef STARTER24 problem C
student
authored and
student
committed
35c307d
Copy full SHA for 35c307d
solution of Codechef STARTER24 problem B
student
authored and
student
committed
1f6346d
Copy full SHA for 1f6346d
solution of Codechef STARTER24 problem A
student
authored and
student
committed
7296eb3
Copy full SHA for 7296eb3
Commits on Dec 29, 2021
duplicate each occurrances of zeros in array without crossing length, O(N) time space
NirmalSilwal
committed
c7b20db
Copy full SHA for c7b20db
Commits on Dec 27, 2021
finds total number of even digits numbers in given array
NirmalSilwal
committed
430a047
Copy full SHA for 430a047
Commits on Dec 26, 2021
find maximum consecutive ones in given array in O(N) time, O(1) space
NirmalSilwal
committed
66e46a9
Copy full SHA for 66e46a9
Commits on Oct 26, 2021
update- optimized LC#977 squares of array in sorted fashion, O(N) Time, O(n) Space
NirmalSilwal
committed
30014aa
Copy full SHA for 30014aa
LC#977 return squares of array in sorted fashion, O(nlogn) time, O(n) time
NirmalSilwal
committed
7b674b8
Copy full SHA for 7b674b8
Commits on Oct 24, 2021
LC#509 finds nth fibonacci number, recursive & DP approach
NirmalSilwal
committed
03c8612
Copy full SHA for 03c8612
Commits on Oct 21, 2021
LC#122 another approach- Best time to buy & sell stock problem, O(N) time, O(1) space
NirmalSilwal
committed
8530e2a
Copy full SHA for 8530e2a
Pagination
Previous
Next
You canβt perform that action at this time.