Category | Description | Time Complexity |
Sorting | Bubble Sort (increasing order) | O(N*N) |
Sorting | Sort using Arrays.sort (increasing order) | O(nlogN) |
Sorting | Sort using Arrays.sort (decreasing order) | O(nlogN) |
Sorting | Sort using Collections.sort (decreasing order) | - |
Sorting | Sort Zeros and Ones | O(N) |
Sorting | Sort Zeros, Ones and twos | O(N) |
Sorting | Spiral Sorting Question | O(N*N) |
Sorting | Spiral Sorting (Two pointers) Question | O(N) |
Sorting | Merge Sort | O(nlogN) |
Sorting | Merge Two Sorted Arrays (Two pointers) | O(N) |
Sorting | Quick Sort | O(nlogN) |
Strings | Looping the string | O(N) |
Strings | Splitting,Joining,Replacing,Checking the strings | - |
Strings | Finding length | - |
Strings | Find the strings are Anagrams | - |
Strings | Complex Anagram NS Question | - |
-
Notifications
You must be signed in to change notification settings - Fork 0
SaiEswar15/Data-Structures
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
These are the algorithms i practiced while learning Data Structures in Java
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published