https://github.com/kavithma-thushal/java-questions
Explore a diverse range of Java concepts, from simple to advanced! Elevate your Java skills with topics such as arrays, number patterns, sorting & searching algorithms and much more ...
https://github.com/kavithma-thushal/java-questions
algorithms java questions-and-answers sorting
Last synced: about 1 month ago
JSON representation
Explore a diverse range of Java concepts, from simple to advanced! Elevate your Java skills with topics such as arrays, number patterns, sorting & searching algorithms and much more ...
- Host: GitHub
- URL: https://github.com/kavithma-thushal/java-questions
- Owner: Kavithma-Thushal
- License: mit
- Created: 2023-12-26T08:53:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T13:24:03.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:45:37.636Z (3 months ago)
- Topics: algorithms, java, questions-and-answers, sorting
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Questions
Embark on a captivating journey through the rich tapestry of Java concepts, spanning the spectrum from the elegantly
simple to the intricately advanced! Immerse yourself in the artistry of Java programming as you elevate your skills,
delving into captivating topics like arrays, mesmerizing number patterns, and the symphony of sorting and searching
algorithms. Uncover the beauty of Java's depth and versatility, and let your exploration be a masterpiece of learning!
| Arrays | Normal | Patterns | Sorting | Searching |
|-----------------|-----------------------|-------------|-----------------|----------------|
| ✅Copy | ✅Swap | ✅Factorial | ✅Bubble Sort | ✅Linear Search |
| ✅Reverse | ✅Digit Count | ✅palindrome | ✅Insertion Sort | ✅Binary Search |
| ✅Maximum | ✅Digit Total | ✅Armstrong | ✅Selection Sort | ✅LinkedList |
| ✅Minimum | ✅Base Power | | ✅Heap Sort | ✅Queue |
| ✅Extend | ✅Own Number List | | ✅Merge Sort | ✅Stack |
| ✅Delete | ✅Total of Number List | | | |
| ✅Digit to Array | | | | |
| ✅2D Arrays | | | | |
| ✅3D Arrays | | | | |#### This project is licensed under the [MIT License](LICENSE)
#### © 2023 All Right Reserved, Designed By [Kavithma Thushal](https://github.com/Thushal2001)