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
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 }}
savinovvu
/
java-interview-coding
Public
forked from
andrei-punko/java-interview-coding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java-interview-coding
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2026
Add YT link
andrei-punko
committed
0735cbc
View commit details
Copy full SHA for 0735cbc
View code at this point
Browse repository at this point
Adjust RandomizedSet solution for readability
andrei-punko
committed
5d86d26
View commit details
Copy full SHA for 5d86d26
View code at this point
Browse repository at this point
Adjust naming of RandomizedSet
andrei-punko
committed
46eeb9e
View commit details
Copy full SHA for 46eeb9e
View code at this point
Browse repository at this point
Upgrade vulnerable deps
andrei-punko
committed
7bc2f4e
View commit details
Copy full SHA for 7bc2f4e
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
Add solution of RandomizedSet task
andrei-punko
committed
f396537
View commit details
Copy full SHA for f396537
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
FindAllAnagramsInAString: adjust solution, add YT link
andrei-punko
committed
5596304
View commit details
Copy full SHA for 5596304
View code at this point
Browse repository at this point
Add solution of FindAllAnagramsInAString task
andrei-punko
committed
57fa43f
View commit details
Copy full SHA for 57fa43f
View code at this point
Browse repository at this point
CustomLinkedList implements Collection instead of Iterable
andrei-punko
committed
dfa9b2b
View commit details
Copy full SHA for dfa9b2b
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
CustomHashSet now implements Set instead of Iterable
andrei-punko
committed
7248318
View commit details
Copy full SHA for 7248318
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Add range checks of index for listIterator() & addAll()
andrei-punko
committed
e48836d
View commit details
Copy full SHA for e48836d
View code at this point
Browse repository at this point
Implement listIterator methods for CustomArrayList
andrei-punko
committed
949b819
View commit details
Copy full SHA for 949b819
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Implement addAll with index for CustomArrayList. Fix bug in previous addAll (w/o index)
andrei-punko
committed
853ca37
View commit details
Copy full SHA for 853ca37
View code at this point
Browse repository at this point
CustomArrayList now implements List instead of Collection
andrei-punko
committed
382429a
View commit details
Copy full SHA for 382429a
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
Add YT link
andrei-punko
committed
11284bb
View commit details
Copy full SHA for 11284bb
View code at this point
Browse repository at this point
Add MergeIntervals task solution
andrei-punko
committed
d95cb4f
View commit details
Copy full SHA for d95cb4f
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
NestedIterator: adjust javadoc, adjust solution & tests a bit; add YT link
andrei-punko
committed
f69d387
View commit details
Copy full SHA for f69d387
View code at this point
Browse repository at this point
NestedIterator & RecursiveIterator: remove extra code, simplify a bit
andrei-punko
committed
427d1d6
View commit details
Copy full SHA for 427d1d6
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
Add soultion of SummaryRanges task
andrei-punko
committed
49ea65d
View commit details
Copy full SHA for 49ea65d
View code at this point
Browse repository at this point
Add YT links
andrei-punko
committed
bfdf8fc
View commit details
Copy full SHA for bfdf8fc
View code at this point
Browse repository at this point
Remove LargestPit task solution
andrei-punko
committed
d49ee29
View commit details
Copy full SHA for d49ee29
View code at this point
Browse repository at this point
Add solution of AddTwoNumbers task
andrei-punko
committed
187015b
View commit details
Copy full SHA for 187015b
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
Add YT links. Fix comment in QueueUsing2StacksTest a bit
andrei-punko
committed
e829ac5
View commit details
Copy full SHA for e829ac5
View code at this point
Browse repository at this point
Add solution of IsSubsequence task
andrei-punko
committed
4f793f1
View commit details
Copy full SHA for 4f793f1
View code at this point
Browse repository at this point
Add QueueUsing2Stacks task solution
andrei-punko
committed
ecd903c
View commit details
Copy full SHA for ecd903c
View code at this point
Browse repository at this point
Add FirstUniqueCharacterInString task solution
andrei-punko
committed
caf17a9
View commit details
Copy full SHA for caf17a9
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
MergeTwoSortedLists: rename methods, add YT link
andrei-punko
committed
d1ee5cb
View commit details
Copy full SHA for d1ee5cb
View code at this point
Browse repository at this point
Add solution of MergeTwoSortedLists task
andrei-punko
committed
bba0073
View commit details
Copy full SHA for bba0073
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
Add link to YT
andrei-punko
committed
557de33
View commit details
Copy full SHA for 557de33
View code at this point
Browse repository at this point
Rename SortAnagrams to GroupAnagrams
andrei-punko
committed
7bbd140
View commit details
Copy full SHA for 7bbd140
View code at this point
Browse repository at this point
Rename StringTransformation to OneEditDistance
andrei-punko
committed
9c71b6f
View commit details
Copy full SHA for 9c71b6f
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
Shorten solution of AddStrings task
andrei-punko
committed
36ef4d8
View commit details
Copy full SHA for 36ef4d8
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
IntervalListIntersections: reorder test-cases
andrei-punko
committed
0f7067f
View commit details
Copy full SHA for 0f7067f
View code at this point
Browse repository at this point
Fix error in RangeSumOfBST solution
andrei-punko
committed
224e76c
View commit details
Copy full SHA for 224e76c
View code at this point
Browse repository at this point
Add YT links
andrei-punko
committed
f17e07a
View commit details
Copy full SHA for f17e07a
View code at this point
Browse repository at this point
Adjust IntervalListIntersections task solution
andrei-punko
committed
8d5e4d4
View commit details
Copy full SHA for 8d5e4d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.