You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Android app for database creation using SQLite and Java allows users to store, retrieve, update, and delete structured data locally on their device. SQLite is a lightweight, embedded relational database engine that comes built-in with Android, making it ideal for apps that need persistent storage without relying on external servers
A Console based Text Editor made in Java. Each word has been treated as a LinkedList Node. All the basic operations such as moving cursor in forward & backward direction, insertion, deletion, undo are supported.
A program that sorts objects of type "Album" via the Insertion Sort Algorithm (ie. Albums that you must "sortByArtist" and albums that you must "sortByTitleReverse"). Since there are multiple ways to sort an Album, we must make separate classes for each and implement a Comparator of type "Album" so each class has a different compare() method. (S…
This Module consists of several problems in Linked List and some Optimized solutions like Floyd's algorithm for loop detection, merge sort, insertion sort, etc..