Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisiogwaan/java-mats
Java 8 Basic Learning Materials
https://github.com/chrisiogwaan/java-mats
algorithm java
Last synced: 8 days ago
JSON representation
Java 8 Basic Learning Materials
- Host: GitHub
- URL: https://github.com/chrisiogwaan/java-mats
- Owner: ChrisioGwaan
- License: mit
- Created: 2023-07-17T11:39:23.000Z (over 1 year ago)
- Default Branch: feature
- Last Pushed: 2023-10-23T03:16:02.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:37:23.458Z (7 months ago)
- Topics: algorithm, java
- Language: Java
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Java Learning Materials
* :barber: is a jump point to the source code of the chapter.
* :round_pushpin: will take you back to the top of the page.Chapter 1 💈 📍
*@:* ${Variables,\space Assignments,\space Math,\space I/O (Input/Output)}$
*Ref:* $Day \space 1 \space to \space 3$
Chapter 2 💈 📍
*@:* $String,\space char,\space double$
*Ref:* $Day \space 1 \space to \space 3$
Chapter 3 💈 📍
*@:* $Logics,\space Conditions,\space boolean,\space Branches$
*Ref:* $Day\space 4$
Chapter 4 💈 📍
*@:* $Loops,\space Enumerations$
*Ref:* $Day\space 5$
Chapter 5 💈 📍
*@:* $Array$
*Ref:* $Day\space 6$
Chapter 6 💈 📍
*@:* $Methods,\space ArrayList,\space Object,\space Class,\space Inheritance$
*Ref:* $Day\space 7\space to \space 9$
Chapter 7 💈 📍
*@:* $Algorithm\space Concepts$
*Ref:* $Day\space 10$
Chapter 8 💈 📍
*@:* $Searching\space Algorithm$
*Ref:* $Day\space 10$
Chapter 9 💈 📍
*@:* $Sorting\space Algorithm$
*Ref:* $Day\space 10$
Chapter 10 💈 📍
*@:* $File\space and\space Object\space Manipulation$
*Ref:* $Day\space 11$
Chapter 11 💈 📍
*@:* $float,\space set$
*Ref:* $Additional$