GitHub - Phantom-fs/Java-Programs: Programs created in JAVA language related to DATA MANAGMENT, CSV, DATA STRUCTURES etc.
Following Topics and their programs are present :-
NOTE : Take care of the program name, as well as package name when using the codes as mismatch in name causes problem in JAVA i.e., File Name and Class Name being different
Database
Database based programs, like:
MySQL
- Book Rental
UDT Array Based
- College Database
- Student Details & Marks
- etc.
Data Structures (DSA)
Contains most of the main programs based on ADT, with muliple data structures present, like :
Array
- 1-D Array
- 2-D Array
- All Arithmetic Functions on arrays
- etc.
Linked List
Queue
Stack
Tree
ADT (Abstract Data Types)
Programs created using:
to create personalized DATA TYPES
IO (Input and Output)
Programs based on Input provided from File or Console, Like :
- DNA (Finding Gene)
String Based
Programs based on string functions or programs using strings extensively, like :
- DNA & Gene Finding
- etc
CSV
Programs based on reading, writing and performing functions on CSV Files