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 }}
NirmalSilwal
/
Data-Structure-and-Algorithm-Java-interview-kit
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
54
Star
140
Code
Issues
0
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 27, 2022
Create UniqueDuplicates.java kitestring company
NirmalSilwal
authored
dea372f
View commit details
Copy full SHA for dea372f
Browse repository at this point
Commits on Sep 22, 2022
Create 1119. Remove Vowels from a String
NirmalSilwal
authored
b043329
View commit details
Copy full SHA for b043329
Browse repository at this point
Commits on Jul 22, 2022
Added leetcode repository link
NirmalSilwal
authored
dc99aed
View commit details
Copy full SHA for dc99aed
Browse repository at this point
Commits on Jul 17, 2022
Create KthSmallestNumber.java
NirmalSilwal
authored
c791ae6
View commit details
Copy full SHA for c791ae6
Browse repository at this point
Commits on Jul 1, 2022
Create SubsetSum.java
Show description for b33d503
NirmalSilwal
authored
b33d503
View commit details
Copy full SHA for b33d503
Browse repository at this point
Commits on May 21, 2022
delete leethub directory
NirmalSilwal
authored
fdbaaa4
View commit details
Copy full SHA for fdbaaa4
Browse repository at this point
delete file
NirmalSilwal
authored
535d978
View commit details
Copy full SHA for 535d978
Browse repository at this point
added new directory to track leetcode progress
NirmalSilwal
committed
ddb65b1
View commit details
Copy full SHA for ddb65b1
Browse repository at this point
Commits on May 20, 2022
added few more recursion program
NirmalSilwal
committed
7c24197
View commit details
Copy full SHA for 7c24197
Browse repository at this point
Commits on May 12, 2022
basic Recursion program in Java
NirmalSilwal
committed
e032c3d
View commit details
Copy full SHA for e032c3d
Browse repository at this point
Commits on May 6, 2022
LC#1472 design browser history
NirmalSilwal
committed
50fa106
View commit details
Copy full SHA for 50fa106
Browse repository at this point
Commits on May 4, 2022
LC#203 remove given value from linked list,iterative and recursive solution
NirmalSilwal
committed
53952ae
View commit details
Copy full SHA for 53952ae
Browse repository at this point
Commits on May 3, 2022
LC#234 check if linkedlist is palindrome or not
NirmalSilwal
committed
3da6417
View commit details
Copy full SHA for 3da6417
Browse repository at this point
Commits on May 1, 2022
LC#160 added optimal solution to find intersection of two linked listO(n+m) time, O(1) space
NirmalSilwal
committed
b98229a
View commit details
Copy full SHA for b98229a
Browse repository at this point
LC#160 added optimal solution to find intersection of two linked listO(n+m) time, O(1) space
NirmalSilwal
committed
2f60e2d
View commit details
Copy full SHA for 2f60e2d
Browse repository at this point
Commits on Apr 30, 2022
LC#160 finds intersection of two linked listO(n+m) time, O(n) space
NirmalSilwal
committed
b921bc3
View commit details
Copy full SHA for b921bc3
Browse repository at this point
Commits on Apr 28, 2022
LC#142 added brute force approach- find first meet point in linkedlist cycle
NirmalSilwal
committed
fb3bd9b
View commit details
Copy full SHA for fb3bd9b
Browse repository at this point
Commits on Apr 27, 2022
LC#142 find first meet point in linkedlist cycle - medium problem
NirmalSilwal
committed
c804312
View commit details
Copy full SHA for c804312
Browse repository at this point
Commits on Apr 25, 2022
LC#141 check if cycle exists in given LinkedList
NirmalSilwal
committed
b39235b
View commit details
Copy full SHA for b39235b
Browse repository at this point
Commits on Apr 18, 2022
LC#83 remove duplicate nodes form the sorted linked list- recursive, iterative solution
NirmalSilwal
committed
3909e36
View commit details
Copy full SHA for 3909e36
Browse repository at this point
Commits on Apr 17, 2022
LC#23 2nd approach- merge K sorted linkedlists
NirmalSilwal
committed
c081cbd
View commit details
Copy full SHA for c081cbd
Browse repository at this point
Commits on Apr 16, 2022
LC#23 merge K sorted linkedlists, iterative solution
NirmalSilwal
committed
7dc907a
View commit details
Copy full SHA for 7dc907a
Browse repository at this point
Commits on Apr 15, 2022
LC#21 merge two sorted linkedlists, 2 approaches, recursive and iterative
NirmalSilwal
committed
5d5f2b8
View commit details
Copy full SHA for 5d5f2b8
Browse repository at this point
Commits on Apr 14, 2022
LC#25 Reverse nodes in LinkedList in group of K, two approaches
NirmalSilwal
committed
7e8bd13
View commit details
Copy full SHA for 7e8bd13
Browse repository at this point
Commits on Apr 13, 2022
LC#206 reverse a given linkedlist, iterative & recursive approach
NirmalSilwal
committed
3886984
View commit details
Copy full SHA for 3886984
Browse repository at this point
Commits on Apr 12, 2022
LC#706 design HashMap from scratch in Java
NirmalSilwal
committed
55cce41
View commit details
Copy full SHA for 55cce41
Browse repository at this point
LC#705 implement hashset from scratch
NirmalSilwal
committed
bacb63a
View commit details
Copy full SHA for bacb63a
Browse repository at this point
Commits on Apr 11, 2022
LC#290 convert number in linkedlist nodes as whole to decimal from binary
NirmalSilwal
committed
b288f98
View commit details
Copy full SHA for b288f98
Browse repository at this point
Commits on Apr 10, 2022
LC#876 returns middle node of linkedlist
NirmalSilwal
committed
3816f72
View commit details
Copy full SHA for 3816f72
Browse repository at this point
Commits on Apr 9, 2022
Merge branch 'master' of https://github.com/NirmalSilwal/Data-Structure-and-Algorithm-Java-interview-kit
NirmalSilwal
committed
82922f6
View commit details
Copy full SHA for 82922f6
Browse repository at this point
LC#237 delete the given node in linked list, no head given
NirmalSilwal
committed
26c3aeb
View commit details
Copy full SHA for 26c3aeb
Browse repository at this point
Commits on Apr 6, 2022
added funding links of github sponsor and paypal
Show description for bedcac0
NirmalSilwal
authored
bedcac0
View commit details
Copy full SHA for bedcac0
Browse repository at this point
Commits on Apr 2, 2022
LC#680 check if it is palindrome by deleting at max one character
NirmalSilwal
committed
33ee000
View commit details
Copy full SHA for 33ee000
Browse repository at this point
Commits on Apr 1, 2022
LC#344 day1 april challenge- reverse string
NirmalSilwal
committed
e9ee867
View commit details
Copy full SHA for e9ee867
Browse repository at this point
Commits on Mar 31, 2022
LC#1502 checks if we can make AP series from given set of numbers in array
NirmalSilwal
committed
b328bbd
View commit details
Copy full SHA for b328bbd
Browse repository at this point
Previous
Next
You canβt perform that action at this time.