TOP 30 Java Interview Coding Tasks with Winning Solutions - Helion
ISBN: 978-83-65477-08-8
stron: 86, Format: ebook
Data wydania: 2024-09-16
Księgarnia: Helion
Cena książki: 24,00 zł
"Top 30 JAVA Interview Coding Tasks" by Matthew Urban
Are you preparing for a job interview as a Java developer?
If yes, you have come to the right place. This book contains a pool of 30 carefully selected coding tasks, most often asked by recruiters of Java programmers. Less than 100 pages contain deeply-explained, most commonly used data structures, algorithms, text manipulation methods, recursion, matrices, and other top topics to discuss during the job interview.
If you prepare yourself for a job interview with this book, there is no need to wish you good luck. Find yourself a dream job, and be happy.
Osoby które kupowały "TOP 30 Java Interview Coding Tasks with Winning Solutions", wybierały także:
- Wprowadzenie do Javy. Programowanie i struktury danych. Wydanie XII 193,23 zł, (59,90 zł -69%)
- Spring i Spring Boot. Kurs video. Testowanie aplikacji i bezpiecze 129,00 zł, (51,60 zł -60%)
- Metoda dziel i zwyci 89,00 zł, (35,60 zł -60%)
- JavaFX. Kurs video. Wzorce oraz typy generyczne 79,00 zł, (31,60 zł -60%)
- Platforma Xamarin. Kurs video. Poziom drugi. Zaawansowane techniki tworzenia aplikacji cross-platform 99,00 zł, (39,60 zł -60%)
Spis treści
TOP 30 Java Interview Coding Tasks with Winning Solutions eBook -- spis treści
Table of Contents
- Preface
- 1. Reverse a text.
- 2. Design and implement LRU cache.
- 3. Compute the distance between two points in 3D space.
- 4. Compare application version numbers.
- 5. Reverse a linked list.
- 6. Remove duplicates from a list.
- 7. Delete a node in linked list.
- 8. Verify if a number is power of two.
- 9. Verify if a number is a palindrome.
- 10. Verify if a number is an Armstrong number.
- 11. Verify if year is a leap year.
- 12. Verify if a number is a “happy” number.
- 13. Verify if a number is a prime number.
- 14. All possible combinations in a given set.
- 15. All permutations of characters in a given text.
- 16. Calculate the factorial of a number.
- 17. Bubble sorting.
- 18. Insertion sorting.
- 19. Selection sorting.
- 20. Print stars according to rules.
- 21. Generate Fibonacci numbers using recursive algorithm.
- 22. Generate Fibonacci numbers using iterative algorithm.
- 23. Verify if Sudoku board is valid.
- 24. Rotate the matrix (or image) by 90 degrees.
- 25. Add two matrices of the same size.
- 26. Return top K most frequent elements of an array.
- 27. Merge two sorted arrays.
- 28. Convert a sorted array to binary tree.
- 29. Evaluate an expression in Reverse Polish Notation.
- 30. Find repeated DNA sequences.