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
https://github.com/alex-cultrera/custom-implementation-of-arraylist-v2
algorithms arraylist arrays data-structures interfaces java junit lists tdd test-driven-development
Last synced: 22 days ago
JSON representation
applied Test Driven Development to refactor my own implementation of the ArrayList data structure as well as add new functionality
- Host: GitHub
- URL: https://github.com/alex-cultrera/custom-implementation-of-arraylist-v2
- Owner: Alex-Cultrera
- Created: 2024-07-16T16:38:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:27:50.000Z (10 months ago)
- Last Synced: 2025-05-13T20:37:05.014Z (22 days ago)
- Topics: algorithms, arraylist, arrays, data-structures, interfaces, java, junit, lists, tdd, test-driven-development
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Implementation Of ArrayList version 2
Assignment completed in the Coders Campus bootcamp where I was tasked with using Test Driven Development to refactor my own implementation of the ArrayList data structure as well as add new functionality.