Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 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 }}
rangira
/
Programming-Problems
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
rangira/Programming-Problems
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
196 Commits
196 Commits
TreeCodes
TreeCodes
.gitattributes
.gitattributes
.gitignore
.gitignore
Alternating Strings.cpp
Alternating Strings.cpp
Amazon to-do.md
Amazon to-do.md
BSTIterativeHeight.java
BSTIterativeHeight.java
CombinationsOfKeysAndValues.java
CombinationsOfKeysAndValues.java
Djiktras.java
Djiktras.java
Expression-Tree.java
Expression-Tree.java
Generic-Linked-List.java
Generic-Linked-List.java
Generic-stack.java
Generic-stack.java
HuffmanEncoding.java
HuffmanEncoding.java
InsertionSort.java
InsertionSort.java
Iterative Quicksort three median.java
Iterative Quicksort three median.java
Iterative randomized Quicksort.java
Iterative randomized Quicksort.java
Iterative-Quicksort.java
Iterative-Quicksort.java
IterativeMergesort.java
IterativeMergesort.java
KClosestPoints.java
KClosestPoints.java
LargestIntegerFromDigits.java
LargestIntegerFromDigits.java
LongestRepeatedSubstring.java
LongestRepeatedSubstring.java
Merge-K-sorted-Arrays.java
Merge-K-sorted-Arrays.java
Min swaps to sort array
Min swaps to sort array
Minimum-coin-change-recursive.java
Minimum-coin-change-recursive.java
MinimumCostToConnectRoads.java
MinimumCostToConnectRoads.java
Ontology.java
Ontology.java
Permutations-of-a-given-string-list.java
Permutations-of-a-given-string-list.java
Predecessor-of-a-node.java
Predecessor-of-a-node.java
Prims.java
Prims.java
PriorityQueueUsingHeap.java
PriorityQueueUsingHeap.java
Reverse Shuffle Merge .cpp
Reverse Shuffle Merge .cpp
Strongly-connected-components.java
Strongly-connected-components.java
Subsets.java
Subsets.java
SwapToMax.java
SwapToMax.java
To-Do-Coding questions.txt
To-Do-Coding questions.txt
Word-ladder-2-leetcode.java
Word-ladder-2-leetcode.java
Word-pattern-2.java
Word-pattern-2.java
algorithms ultimate docx.docx
algorithms ultimate docx.docx
all-paths-in-a-matrix.java
all-paths-in-a-matrix.java
atoi.java
atoi.java
avl-insertion.java
avl-insertion.java
bfs.java
bfs.java
buy-sell-stock.java
buy-sell-stock.java
buy-sell-stocks.java
buy-sell-stocks.java
check-if-bst-isbalanced.java
check-if-bst-isbalanced.java
climbing-stairs.java
climbing-stairs.java
codeFight_Question.java
codeFight_Question.java
coin-combinations-recursive-target-value.java
coin-combinations-recursive-target-value.java
construct-tree-from-postorder-inorder.java
construct-tree-from-postorder-inorder.java
construct-tree-from-preorder-inorder.java
construct-tree-from-preorder-inorder.java
count-palindromic-strings.java
count-palindromic-strings.java
cutting-rod-updated.java
cutting-rod-updated.java
cutting-rod.java
cutting-rod.java
cycle-in-a-linked-list.java
cycle-in-a-linked-list.java
cycle-in-directed-graph.java
cycle-in-directed-graph.java
delete-a-node-from-bst.java
delete-a-node-from-bst.java
detect-and-remove-cycle-linked-list.java
detect-and-remove-cycle-linked-list.java
dfs.java
dfs.java
djiktras-priority-queue.java
djiktras-priority-queue.java
edit-distance-dynamic-programming.java
edit-distance-dynamic-programming.java
edit-distance-recursive.java
edit-distance-recursive.java
evaluate-expression-tree.java
evaluate-expression-tree.java
evaluation_script.py
evaluation_script.py
flatten-tree-to-linked-list.java
flatten-tree-to-linked-list.java
generate-all-substrings.java
generate-all-substrings.java
generate-combinations.java
generate-combinations.java
heap-sort.java
heap-sort.java
height-of-binary-tree-recusrive.java
height-of-binary-tree-recusrive.java
image file length-Google.java
image file length-Google.java
infix-to-postfix.java
infix-to-postfix.java
inorder-iterative.java
inorder-iterative.java
invert-binary-tree-mirror.java
invert-binary-tree-mirror.java
islands-of-1s.java
islands-of-1s.java
iterative-deepening.java
iterative-deepening.java
knight-on-keypad.java
knight-on-keypad.java
kth-largest-element.java
kth-largest-element.java
largest-square-submatrix.java
largest-square-submatrix.java
longest-common-subsequence.c
longest-common-subsequence.c
longest-common-substring.java
longest-common-substring.java
longest-increasing-subsequence.java
longest-increasing-subsequence.java
lowest-common-ancestor-binary-tree.java
lowest-common-ancestor-binary-tree.java
lowest-common-ancestor-bst.java
lowest-common-ancestor-bst.java
matrix-90-degree-rotation.java
matrix-90-degree-rotation.java
matrix-spiral.docx
matrix-spiral.docx
maximum-depth-of-tree.java
maximum-depth-of-tree.java
maximum-product-subarray.java
maximum-product-subarray.java
maximum-rectangle-in-histogram.java
maximum-rectangle-in-histogram.java
maximum-sum-subarray.java
maximum-sum-subarray.java
merge-k-sorted-lists.java
merge-k-sorted-lists.java
merge-sort.java
merge-sort.java
min-cost-path.java
min-cost-path.java
minJumps.java
minJumps.java
minimum-coins-dp.java
minimum-coins-dp.java
minimum-depth-of-binary-tree-iterative.java
minimum-depth-of-binary-tree-iterative.java
minimum-depth-of-binary-tree-recursive.java
minimum-depth-of-binary-tree-recursive.java
minimum-time-rotten-oranges.java
minimum-time-rotten-oranges.java
n-queens.java
n-queens.java
next-permutation.java
next-permutation.java
nims-game.java
nims-game.java
pascal-triangle-iterative.java
pascal-triangle-iterative.java
pascal-triangle.java
pascal-triangle.java
View all files
About
No description, website, or topics provided.
Uh oh!
There was an error while loading.
Please reload this page
.
Activity
Stars
2
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
No releases published
Packages
0
Uh oh!
There was an error while loading.
Please reload this page
.
Contributors
Uh oh!
There was an error while loading.
Please reload this page
.
Languages
Java
98.5%
Other
1.5%
You can’t perform that action at this time.