- 12
- 114
Andrey Oleynik
Приєднався 25 лют 2012
Leetcode problem 286 Missing Number (Java)
Solving the 286-th Leetcode problem "Missing Number" in Java
Repository: github.com/a-oleynik/leetcode-java
Repository: github.com/a-oleynik/leetcode-java
Переглядів: 12
Відео
Java Interview coding Challenge. Remove Duplicates From a List in Java
Переглядів 19День тому
In this video, I have explained, How to Remove Duplicates from a List using: 1) Set data structure (LinkedHashSet); 2) JDK 8 Streams and distinct(); 3) Straightforward traversing the initial list and adding unique elements to a new list.
Leetcode problem 88 Merge Sorted Array (JavaScript)
Переглядів 612 днів тому
Solving the 88-th Leetcode problem "Merge Sorted Array" in JavaScript Repository: github.com/a-oleynik/leetcode-js
Leetcode problem 88 Merge Sorted Array (Java)
Переглядів 1912 днів тому
Solving the 88-th Leetcode problem "Merge Sorted Array" in Java Repository: github.com/a-oleynik/leetcode-java
Leetcode problem 206 Reverse linked list (Python 3)
Переглядів 712 днів тому
Solving the 206-th Leetcode problem "Reverse linked list" in Python 3
Leetcode problem 206 Reverse linked list (JavaScript)
Переглядів 412 днів тому
Solving the 206-th Leetcode problem "Reverse linked list" in JavaScript Repository: github.com/a-oleynik/leetcode-js
Leetcode problem 206 Reverse linked list (Java)
Переглядів 712 днів тому
Solving the 206-th Leetcode problem "Reverse linked list" in Java Repository: github.com/a-oleynik/leetcode-java
Leetcode problem 1 Two Sum (Java)
Переглядів 1713 днів тому
Solving the 1-st Leetcode problem "Two Sum" in Java Repository: github.com/a-oleynik/leetcode-java
Leetcode problem 1 Two Sum (JavaScript)
Переглядів 1513 днів тому
Solving the 1-st Leetcode problem "Two Sum" in JavaScript Repository: github.com/a-oleynik/leetcode-js
Leetcode problem 141 Linked List Cycle (Java)
Переглядів 1017 днів тому
Solving the 141-st Leetcode problem "Linked List Cycle" in Java Repository: github.com/a-oleynik/leetcode-java
Leetcode problem 26 "Remove Duplicates from Sorted Array" in Java
Переглядів 1319 днів тому
Solving Leetcode problem 26 "Remove Duplicates from Sorted Array" in Java Repository: github.com/a-oleynik/leetcode-java
Leetcode problem 26 Remove Duplicates from Sorted Array (JavaScript)
Переглядів 2019 днів тому
Solving the 26-th Leetcode problem "Remove Duplicates from Sorted Array" in JavaScript Repository: github.com/a-oleynik/leetcode-js