Projects in Awesome Lists tagged with arraylist
A curated list of projects in awesome lists tagged with arraylist .
https://github.com/RedInfinityPro/JavaStatAnalyzer
Rating: (3/10) JavaStatAnalyzer is a Java program for statistical analysis, allowing users to input data, calculate mean, standard deviation, and dynamically input student names and scores.
Last synced: 13 Mar 2025
https://github.com/aadewunmi/songsplaylist
A java-console-based program that mainpulates a playlist for songs e.g. add song, remove song etc.
algorithms arraylist data-structures java-8 linked-list
Last synced: 20 Mar 2025
https://github.com/gvicentin/cup
CUP (C Utilities Pro) is a collection of C utilities that provide various data structures and functions helpers
arraylist data-structures hashtable
Last synced: 09 Sep 2025
https://github.com/catalina2820/java-programming-i
Progress in the 'Java Programming I' MOOC course from the University of Helsinki. This course teaches the fundamentals of programming and object-oriented programming in Java, and contains practical exercises and projects.
arraylist control-flow functions java methods oop
Last synced: 04 Apr 2025
https://github.com/bell-kevin/workingwithanarraylist
Create a project that instantiates an ArrayList of Strings. Follow the directions below for adding and removing data from the ArrayList, then print out the results. You do not need to ask the user for any of this data, type it directly into the code of the main class. Be sure to print out the usual header first, "Chapter 10 Array Lists by Student Name” with a blank line after. Directions for the ArrayList: Add your name Add “games” Add your favorite hobby Set “enjoys” as the value in position 1 Add your favorite holiday Remove the item in position 3 Add your birthday month Set “programming” as the value in position 2 Remove the item at the end of the list (you’ll need to know the size of the list to do this) Print the list Take a screenshot of the code with the output below it.
array-list arraylist datc davis-tech davis-technical-college object-oriented-programming
Last synced: 18 Jun 2025
https://github.com/alex-cultrera/custom-implementation-of-arraylist
Assignment completed in the Coders Campus bootcamp where I was tasked with coding my own implementation of the ArrayList data structure.
algorithms arraylist arrays data-structures interfaces java lists
Last synced: 07 Jul 2025
https://github.com/tweetsy11/java_collections_threads
This repository showcases Java exercises focused on collections and threads, emphasizing core object-oriented principles. Explore practical implementations and deepen your understanding of Java's capabilities. 🐙🌐
arraylist c collections concurrent-programming debugging design-patterns english-language git github java markdown multithreading oops-in-java priority-queue project-management queue runnable threadpool
Last synced: 17 Jul 2025
https://github.com/julianp911/t0_202010
📒 Taller_0_ED - Arreglo Dinamico Genérico
Last synced: 28 Mar 2025
https://github.com/thiagosilvaantenor/threadsexercicio-4-so1
Exercício 4, sobre Threads, da matéria de Sistemas Operacionais 1 do curso de Análise e desenvolvimento de sistemas da FATEC Zona Leste
arraylist battletoads java threads
Last synced: 17 May 2026
https://github.com/mehrajlatifli/kotlinlesson13
Example for Kotlin Lesson
arraylist function interface scanner
Last synced: 09 May 2026
https://github.com/mehrajlatifli/kotlinlesson10
Example for Kotlin Lesson
arraylist console functions scanner
Last synced: 04 Mar 2025
https://github.com/aburraq/triviaquiz
Created this simple trivia game for some holiday family fun! I began with a few ideas but found inspiration in a helpful tutorial from "Begin Coding Fast" on YouTube. Utilizing resource files for questions and an answer key for validation, this game aims to provide an enjoyable experience. Special thanks to "Begin Coding Fast" for linked tutorial.
arraylist arrays bufferreader collections filereader java stringbuffer trivia-game trivia-quiz-game
Last synced: 18 May 2026
https://github.com/geozi/java-swing
Creating simple desktop apps using in-memory data structures for storage and the Swing library for GUI development.
arraylist event-driven-programming in-memory-database
Last synced: 01 Apr 2025
https://github.com/furkantosun1607/cse201-data-structure
This repository contains implementations of various data structures completed as part of the CSE201 (Data Structures) course. Each week, a different data structure was implemented during lab sessions.
array arraylist bfs-search binarytree data dfs-search java linkedlist queue stack structure tree-structure
Last synced: 26 Jun 2025
https://github.com/icarogabryel/update-at-indexes
In this repository you will find extention functions to Array Class that provides tools to update a slice of a array using another one.
array array-manipulations array-methods arraylist index indexing kotlin kotlin-language slice slicing update
Last synced: 12 Mar 2025
https://github.com/youssef-saaed/easytrip-bus-company-project
The EasyTrip Bus Company's simulation project is designed to model the dynamics of passenger arrivals and bus operations, utilizing various data structures for flexibility and efficiency. It allows for scenario customization through data file inputs and generates a comprehensive log of activities in an output file.
arraylist data-structures heap priority-queue queue simulation system-design
Last synced: 22 Mar 2025
https://github.com/isaqueveras/golang-api-http-gin-goninc
Criando uma api simples, utilizando apenas um array de usuários, onde consigo fazer todo o CRUD dele.
api arraylist crud-application gin-gonic go golang
Last synced: 10 May 2026
https://github.com/ar-nelson/scheme-flexvectors
Implementation of flexvectors (dynamic arrays) for Scheme - OUTDATED REPO
arraylist data-structures r7rs r7rs-scheme scheme
Last synced: 03 Mar 2026
https://github.com/alex-cultrera/custom-implementation-of-arraylist-v2
applied Test Driven Development to refactor my own implementation of the ArrayList data structure as well as add new functionality
algorithms arraylist arrays data-structures interfaces java junit lists tdd test-driven-development
Last synced: 31 Aug 2025
https://github.com/alex-cultrera/sales-analytics-tool
A back-end Java application that reads sales data from multiple CSVs, stores the data in memory to an array list, uses Java streams to filter / extract specific statistics, and generate a sales report
arraylist date-formatting filter java map sort streams switchstatement
Last synced: 13 May 2025
https://github.com/dkoh2018/chatroom_java
Command-line chatroom application for real-time communication with data structure implementations
arraylist chatroom command-line-app data-structures hashmap java multithreading
Last synced: 20 May 2026
https://github.com/valmir-unicap/bibliotecas-java
Estudo das bibliotecas do Java
arraydeque arraylist collections datetime hashmap intellij java linkedlist stack vitrinedev
Last synced: 15 May 2026
https://github.com/abirhossenmunna/java_exam_preparation
This repository contains a collection of Java programming exercises and solutions designed to strengthen understanding of core Java concepts, data structures, algorithms, and common coding challenges. Perfect for beginners looking to practice Java fundamentals, as well as for experienced developers preparing for interviews.
arraylist arrays java linked-list string-manipulation
Last synced: 23 Oct 2025
https://github.com/shiru99/collection-framework
Java Collection Framework & Sorting techniques
arraylist comparable comparato deque hashset linked-list maps queue set stack treeset vector
Last synced: 25 Feb 2025
https://github.com/hemanthsaikumarbethapudi/school_management_system
A Java application showcasing Object-Oriented Programming (OOP) principles. This project provides a basic system for managing school entities such as students, teachers, and finances.
Last synced: 04 Nov 2025
https://github.com/nirmalsaiswaroopj/arrays
I created this repository out of my curiosity to learn Data Structures and Algorithms (DSA), specifically focusing on Array problems. It's a collection of important problems I've come across while studying, and I’m sharing them to help others who are also preparing for coding interviews or just want to improve their problem-solving skills.
array arraylist arrays dsa dsa-algorithm subarray
Last synced: 24 Jul 2025
https://github.com/barannmeisterr/gpa
The Console-Based GPA project is a Java application designed to facilitate GPA calculations for students through a simple command-line interface. The project consists of a set of classes that collectively manage the user's academic courses, grades, and overall GPA.
arraylist datamanipulation java linked-list optimization-algorithms switch-case
Last synced: 19 Sep 2025
https://github.com/thomasleavy/javadatastructuresandalgorithms
This repository contains Java implementations of different data structures and algorithms. Each one shows a different concept. It is intended to show how these elements work and how they're implemented in Java.
arraylist arrayqueue binary-search-tree bubble-sort data-structures doubly-linked-list java linkedlist recursion singly-linked-lists stack
Last synced: 20 May 2026
https://github.com/sasitsrirat/light-out-puzzle-2023-
EGCO221 (Data Structure and Algorithm)
algorithm arraylist data-structures java sorting-algorithms
Last synced: 06 Aug 2025
https://github.com/tinyHiker/jav_cart
A command-line ecommerce application where an admin can view customer data, view product data, forcefully cancel orders etc.
arraylist cmdline inheritance interfaces-java linkedlist
Last synced: 08 Aug 2025
https://github.com/lucvinicius-dev/controledeestoque
Sistema simples de controle de estoque em Java (console)
arraylist console crud estoque iniciante java programacao
Last synced: 11 Aug 2025
https://github.com/tinyhiker/jav_cart
A command-line ecommerce application where an admin can view customer data, view product data, forcefully cancel orders etc.
arraylist cmdline inheritance interfaces-java linkedlist
Last synced: 16 Oct 2025
https://github.com/adi-abhishek/banking_system
Banking System
arraylist dsa dsa-algorithm java oops-in-java
Last synced: 26 Oct 2025
https://github.com/mehrajlatifli/kotlinlesson14
Example for Kotlin Lesson
arraylist class enum function inheritance null polymorphism when
Last synced: 19 Aug 2025
https://github.com/juripan/jplist
A dynamic array list implementation in C, usable for custom types
abstraction arraylist c c-programming c-programming-language dynamic-array list low-level-programming typed-array
Last synced: 29 Jun 2025
https://github.com/zerosonesfun/skills
A JavaScript array of job skills. This obviously doesn't do anything on its own. But it can be used if you need a list of skills to match against.
array arraylist javascript skills
Last synced: 03 Mar 2025
https://github.com/jakeoeding/data-structures
Implementations of common data structures
arraylist data-structures heap linkedlist queue stack
Last synced: 15 May 2025
https://github.com/adamsolimancs/ny-biodiversity-search-engine
This program handles user input to search for species through the data set: "Biodiversity by County - Distribution of Animals, Plants and Natural Communities" from data.ny.gov. Uses LinkedList and ArrayList, among other data structures in order to handle and manipulate the data.
arraylist java linked-list user-interface
Last synced: 05 Apr 2025
https://github.com/ahmetcerol/linkedlistvsarraylist-data-structures
In this project, we are comparing the speed of LinkedList and ArrayList.
Last synced: 14 Jul 2025
https://github.com/zeky84/trevor-assignment-6.1analyzingsalesdata
Java17. Refactoring code from version6.Java code to load .csv file and process the data by the desire criteria. Reading a file. Formatting date. Storing in Arrays List. Implements Comparable interface. Stream Arrays list.
arraylist comparable datetime datetimeformatter interface java-17 maps stream
Last synced: 15 Mar 2025
https://github.com/nickemma/car-creation-app
A car rental agency that handles different types of vehicles, including cars, motorcycles, and trucks. the Vehicle Information System provides a contract specifying the methods for retrieving and setting vehicle details, ensuring a consistent structure for different vehicle types.
Last synced: 06 Mar 2025
https://github.com/zeky84/trevor-assignment-4-splittinggeneralstudentlist
Java 17. Splitting general list in many and ordering their respective values by grades. Applying try-catch blocs, errors-handling, file reading, Arrays list use, comparable implementation, OOP
arraylist comparable-interface csv-reading error-handling interface java17 object-oriented-programming pojo try-catch
Last synced: 15 Mar 2025
https://github.com/profcalabrese/4bt
ProgettoPokemon
abstract-classes arraylist heredity java
Last synced: 24 Mar 2025
https://github.com/chetan0777/product-catalog
In this project, I will create a simple Java program that displays a list of products and their prices.
arraylist java java18 numberformat product scanner search sorting
Last synced: 10 Jun 2025
https://github.com/subhadeeproy3902/java-tic-tac-toe
A simple and clean Tic Tac Toe game implementation using Java, JFrame, and ArrayList to keep the code beginner-friendly.
Last synced: 28 Apr 2026
https://github.com/msh-trojan/java_17_arraylist_1
Write a Java program that does the following: Creates an ArrayList of integers. Adds 5 integers to the ArrayList. Prints the elements of the ArrayList. Removes the second element from the ArrayList. Prints the elements of the ArrayList again.
arraylist java loops-and-iterations
Last synced: 01 Apr 2025
https://github.com/msh-trojan/java_17_arraylist_2
Java program showing sorting., removing, finding index and checking object in index of elements in an arraylist.
arraylist bubble-sort if java loops-and-iterations
Last synced: 01 Apr 2025
https://github.com/beingnikil07/dsa
array arraylist backtracking hashmap hashset heaps linked-list matrix queues sorting-algorithms stack strings trees
Last synced: 16 Mar 2025
https://github.com/maximfersko/list-java
My implementation Generic List
arraylist java-11 linkedlist list
Last synced: 26 Jan 2026
https://github.com/raynard2010/assignment-object-oriented-programming
This repository contains my answers for some of my assignments for COMP6820001 - Object Oriented Programming Course. Please read README.
abstract arraylist binus case case-study generic indonesian indonesian-language interface java object-oriented-programming
Last synced: 27 Nov 2025
https://github.com/kirtipratihar/data_structure_and_analysis_of_algorithm
This repository is a comprehensive collection of solutions and implementations for various **Data Structures** and **Algorithms**. The aim is to provide a practical reference and educational resource for learning and mastering key concepts in DSAA.
array arraylist linked-list queue sorting-algorithms sorting-algorithms-implemented stack
Last synced: 31 Mar 2025
https://github.com/poonamkhatri/php-find-unique-values-function
This repository contains a custom PHP function for retrieving unique values from an array without relying on built-in PHP functions like array_unique(). The function utilizes a straightforward algorithm to identify and collect only the unique elements present in the input array.
array array-manipulations array-methods arraylist arrays arrays-and-strings data-science data-structures data-structures-and-algorithms php php7 php8
Last synced: 31 Mar 2025
https://github.com/barannmeisterr/attendance-management-system
The Attendance Management System is a Java-based application designed to automate the process of recording and managing attendance for various courses. It provides functionalities for creating courses, adding attendance records, and generating attendance reports.
arraylist attendance-management-system bufferedreader enum enumeration filewriter java linkedlist localdate object-oriented-programming timeslots txt-files txtreader txtwriter
Last synced: 17 Sep 2025
https://github.com/Mansoor-P/JavaXplorer
This repository serves as a documentation of my journey learning Java programming. It includes code snippets, projects, resources, and detailed notes covering various Java concepts. Contributions and feedback are welcome as I continue to explore the world of Java development.
abstraction arraylist arrays-and-strings collections-framework design-patterns encapsulation exception-handling hashmap inheritance java jdbc lamda-functions linked-list multithreading polymorphism queues stacks streamapi
Last synced: 25 Apr 2025
https://github.com/alexnguyen27/data-structure-student-management
Learning data structure and algorithms.
algorithms arraylist binary-search-tree data-structures linked-list pointers search-algorithm
Last synced: 05 Jul 2025
https://github.com/mansoor-p/javaxplorer
This repository serves as a documentation of my journey learning Java programming. It includes code snippets, projects, resources, and detailed notes covering various Java concepts. Contributions and feedback are welcome as I continue to explore the world of Java development.
abstraction arraylist arrays-and-strings collections-framework design-patterns encapsulation exception-handling hashmap inheritance java jdbc lamda-functions linked-list multithreading polymorphism queues stacks streamapi
Last synced: 17 May 2026
https://github.com/mehrajlatifli/kotlinlesson11
Example for Kotlin Lesson
arraylist class console enum functions inheritance open-class polymorphism
Last synced: 20 Apr 2026
https://github.com/sassanghz/vocabulary-control-center---java
Menu-driven interactive program
Last synced: 14 Jun 2025