https://github.com/lemonrindz/java-programming-practice
Introduction to JAVA Programming and Data Structures
https://github.com/lemonrindz/java-programming-practice
Last synced: 2 months ago
JSON representation
Introduction to JAVA Programming and Data Structures
- Host: GitHub
- URL: https://github.com/lemonrindz/java-programming-practice
- Owner: LemonRindz
- License: cc0-1.0
- Created: 2024-12-20T00:52:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T02:10:24.000Z (4 months ago)
- Last Synced: 2024-12-30T02:56:15.037Z (4 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-Programming-Practice
**Introduction to JAVA Programming and Data Structures 12E** by Y. Daniel Liang
I am creating a repository for all of the practice exercises within my textbook for future reference.
Intro to JAVA is split into five sections, which are all covered in the branches, in the following order:
1. (Ch 01 - 08) **Fundamentals**
2. (Ch 09 - 13 & 17) **Object-Oriented Programming**
3. (Ch 14 - 16 & 31) **GUI Programming**
4. (Ch 18 - 30 & 42-43) **Data Structures & Algorithms**
5. (Ch 32 - 41 & 44) **Advanced JAVA Programming**I highly recommend using **Starting Out with Programming Logic and Design 5E** by Tony Gaddis.
It not only explains how to design and develop programs, but also explains the basics of C++, Python, and Java.