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 }}
aditya1331
/
Code-Library
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
12 Commits
12 Commits
.idea
.idea
All combiantions from to n with sum n.py
All combiantions from to n with sum n.py
Assmebly line scheduling.py
Assmebly line scheduling.py
BFS.py
BFS.py
Bell numbers.py
Bell numbers.py
Bellman ford algo.py
Bellman ford algo.py
Binary search algotithm.py
Binary search algotithm.py
Box Stacking Problem.py
Box Stacking Problem.py
Brian Kernighan’s Algorithm.py
Brian Kernighan’s Algorithm.py
Checkerboard pattern.py
Checkerboard pattern.py
Convert an infix expression into a postfix expression.py
Convert an infix expression into a postfix expression.py
Count all subsequnce having product less than k.py
Count all subsequnce having product less than k.py
Counting sort.py
Counting sort.py
DFS.py
DFS.py
Dijkstar's algo.py
Dijkstar's algo.py
Division of two numbers using binary search algorithm.py
Division of two numbers using binary search algorithm.py
Edit distance.py
Edit distance.py
Egg drop puzzke.py
Egg drop puzzke.py
Eulerian cycle in directed graphs.py
Eulerian cycle in directed graphs.py
Exponential search.py
Exponential search.py
Fibonacci.py
Fibonacci.py
Find maximum length snake sequence.py
Find maximum length snake sequence.py
Find optimal cost to construct a binary search tree.py
Find optimal cost to construct a binary search tree.py
Find the diameter of a binary tree.py
Find the diameter of a binary tree.py
Flood fill algo.py
Flood fill algo.py
Floyd cycle detection.py
Floyd cycle detection.py
Floyd warshall algorithm.py
Floyd warshall algorithm.py
Friends pairing problem.py
Friends pairing problem.py
Golomb sequence.py
Golomb sequence.py
Graph colouring problem.py
Graph colouring problem.py
Hat Check Problem.py
Hat Check Problem.py
Heap sort.py
Heap sort.py
Insertion in a BST.py
Insertion in a BST.py
Insertion sort.py
Insertion sort.py
Interpolation search.py
Interpolation search.py
Isomorpic strings.py
Isomorpic strings.py
KMP algo.py
KMP algo.py
Kadane (Largest sub array sum).py
Kadane (Largest sub array sum).py
Kruskal Algorithm.py
Kruskal Algorithm.py
Largest divisible subset pairs.py
Largest divisible subset pairs.py
Lexigogrphical permutations of a string.py
Lexigogrphical permutations of a string.py
Lexographically minimal string roattaion.py
Lexographically minimal string roattaion.py
Longest Common Prefix.py
Longest Common Prefix.py
Longest alternating subsequence.py
Longest alternating subsequence.py
Longest common subsequence of three strings.py
Longest common subsequence of three strings.py
Longest common susequence.py
Longest common susequence.py
Longest increasing sequence.py
Longest increasing sequence.py
Longest increasing subsequence.py
Longest increasing subsequence.py
Longest pallindromic substring.py
Longest pallindromic substring.py
Longest possible route in a matrix.py
Longest possible route in a matrix.py
Longest repeated sequence.py
Longest repeated sequence.py
Longest subsequence such that difference between adjacents is one.py
Longest subsequence such that difference between adjacents is one.py
Magnet puzzle.py
Magnet puzzle.py
Make pallindrome.py
Make pallindrome.py
Matrix chain multiplication.py
Matrix chain multiplication.py
Maximum Independent Set Problem.py
Maximum Independent Set Problem.py
Maximum Length Chain of Pairs.py
Maximum Length Chain of Pairs.py
Maximum Length Snake Sequence.py
Maximum Length Snake Sequence.py
Maximum games played by winner.py
Maximum games played by winner.py
Maximum number of segments of lengths a, b and c.py
Maximum number of segments of lengths a, b and c.py
Maximum path sum triangle.py
Maximum path sum triangle.py
Maximum size subarry with all 1's.py
Maximum size subarry with all 1's.py
Maximum subsequent sum such that no three are consecutive.py
Maximum subsequent sum such that no three are consecutive.py
Maximum sum increasing subsequence.py
Maximum sum increasing subsequence.py
Maximum sum of pairs with specific difference.py
Maximum sum of pairs with specific difference.py
Maximum value of an expression.py
Maximum value of an expression.py
Merge sort.py
Merge sort.py
Merging Overlapping Intervals.py
Merging Overlapping Intervals.py
Min Cost Path.py
Min Cost Path.py
Minimum jumps required to reach end.py
Minimum jumps required to reach end.py
Minimum subarray sum of size k.py
Minimum subarray sum of size k.py
Minimum sum of partition.py
Minimum sum of partition.py
Minumum cuts to make a string pallindrome.py
Minumum cuts to make a string pallindrome.py
Mountain range(Catalan).py
Mountain range(Catalan).py
Newman onway sequence.py
Newman onway sequence.py
Newman's shank williams.py
Newman's shank williams.py
Painting fence algorithm.py
Painting fence algorithm.py
Pallindrome or not.py
Pallindrome or not.py
Path with maximum average value.py
Path with maximum average value.py
Permutation coefficient.py
Permutation coefficient.py
Postorder Tree Traversal.py
Postorder Tree Traversal.py
Preorder Tree Traversal.py
Preorder Tree Traversal.py
Quick sort.py
Quick sort.py
Reverse a stack using recursion.py
Reverse a stack using recursion.py
Rod cutting problem.py
Rod cutting problem.py
Selection sort.py
Selection sort.py
Sequence alignment.py
Sequence alignment.py
Shortest path in maze.py
Shortest path in maze.py
Sorting.py
Sorting.py
Stolen value.py
Stolen value.py
Tiling with dominos.py
Tiling with dominos.py
Tower of hanoi.py
Tower of hanoi.py
Trapping rain water.py
Trapping rain water.py
Triplet with maximum product.py
Triplet with maximum product.py
Unbounded Binary Search.py
Unbounded Binary Search.py
Union find algo.py
Union find algo.py
Water hugs problem.py
Water hugs problem.py
Wild card pattern matching.py
Wild card pattern matching.py
Word break problem.py
Word break problem.py
main.py
main.py
View all files
About
No description, website, or topics provided.
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.