MatiasCarabella /
codility-challenges
A collection of Java solutions to Codility coding challenges, covering algorithms and data structures problems including arrays, binary operations, and computational logic.
36/100 healthLoading repository data…
anishkumar127 / repository
Solutions to Arrays, Strings, Lists, Sorting, Stacks, Trees and General DS problems using JAVA.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[ - 🦋 👨💻 🍁 - ] [ Computers are fast, programmers keep it slow. ]
Programming 🦋👨💻🍁Java ⬅️Theory
| Tags | Problem | Solution | Difficulty |
|---|---|---|---|
array | Two Sum | Java O(n^2) , - , |
Selected from shared topics, language and repository description—not editorial ratings.
MatiasCarabella /
A collection of Java solutions to Codility coding challenges, covering algorithms and data structures problems including arrays, binary operations, and computational logic.
36/100 healthchandgadhiya /
"Coding Interview Solutions" - My implementation to solve Cracking the Coding Interview questions. Covers various topics: String, Array, List, LinkedList, Stack, Queue, Binary Tree. Explore efficient algorithms and data structures to ace coding interviews.
29/100 healtheasy |
array | Replace Elements with Greatest Element on Right Side | O(n) | easy |
array | Find minimum and maximum element in an array | O(n) | easy |
array | Kth smallest element | O(n) , O(n) | easy |
array | Leaders in an array | O(n) | easy |
array | Wave Array | O(n) | easy |
array | Two Sum II - Input Array Is Sorted | O(n) | easy |
array | search-insert-position | O(n) | easy |
array | Running Sum of 1d Array | O(n) | easy |
array | Rotate Array | O(n) | easy |
array | Remove Duplicates from Sorted Array | O(n) | easy |
array | Remove Duplicates from Sorted List | O(n) | easy |
array | Palindrome Number | O(n) | easy |
array | Majority Element. | O(n) | easy |
array | Print alternate elements of an array | O(n) | easy |
array | Reverse array in groups | O(n) | easy |
array | Rotate Array 2 | O(n) | easy |
array | Rotate Array | O(n) | easy |
array | Second Largest | O(n) | easy |
array | Sum of Array | O(n) | easy |
array | Third largest element | O(n) | easy |
array | Searching a number | O(n) | easy |
array | Reverse digits of a Number | O(n) | easy |
array | Second largest elements | O(n) | easy |
array | Remove Duplicates from Sorted Array | O(n) | easy |
array | Find Pivot Index | O(n) | easy |
array | Contains Duplicate | O(nlogn) O(n) | easy |
array | Maximum Subarray | O(n) | easy |
array | Remove Duplicates from Sorted Array | O(n) | easy |
array | Two Sum O(n) 3 approach | O(n) | easy |
array |
You can find solutions to FreeCodeCamp challenges related to JavaScript and related technologies. JavaScript is used to make interactive webpages. In the JavaScript Algorithm and Data Structures Certification, you'll learn the fundamentals of JavaScript including variables, arrays, objects, loops, and functions.
27/100 healthchem-coder /
A collection of my completed projects from the freeCodeCamp JavaScript Algorithms and Data Structures Certification. This repository showcases solutions to algorithmic challenges and practical projects involving core JavaScript concepts such as ES6 syntax, regular expressions, recursion, array and object manipulation, and DOM interaction.
27/100 health