Solution to common problems in java
Index
Here are some solutions about common problems that you might get by applying to technical interviews. You can find the solutions that I developed for these problems. Feel free to share a better solution in the comments. Most of the code problems I solved were taken from https://www.dailycodingproblem.com/ by subscribing to the page and https://www.udemy.com/11-essential-coding-interview-questions/.
- 1. Get the most frequent element in a list - java 8
- 2. Get the elements in common between two lists - java 8
- 3. Find two numbers within an array that their sum be K - java 8
- 4. Get a new array from another one by multiplying all the elements except the i element and store the result of each i place
- 5. Serialize and Deserialize a binary tree
- 6. Get the positive smallest number that is missing in array
No hay comentarios:
Publicar un comentario