https://github.com/matteo-campana/princeton-practice-programming-assignment
Algorithms, Part I Princeton University, programming assignements and interview questions
https://github.com/matteo-campana/princeton-practice-programming-assignment
algotithms coursera data-structures data-structures-and-algorithms java princeton princeton-algs4 princeton-coursera
Last synced: about 1 month ago
JSON representation
Algorithms, Part I Princeton University, programming assignements and interview questions
- Host: GitHub
- URL: https://github.com/matteo-campana/princeton-practice-programming-assignment
- Owner: matteo-campana
- License: mit
- Created: 2024-10-11T12:48:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:32:04.000Z (over 1 year ago)
- Last Synced: 2025-04-03T12:33:23.532Z (about 1 year ago)
- Topics: algotithms, coursera, data-structures, data-structures-and-algorithms, java, princeton, princeton-algs4, princeton-coursera
- Language: Java
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Princeton Practice Programming Assignment
[](LICENSE.md)
[](https://codecov.io/gh/matteo-campana/Princeton-Practice-Programming-Assignment)
[](https://github.com/matteo-campana/Princeton-Practice-Programming-Assignment/issues)
[](https://github.com/matteo-campana/Princeton-Practice-Programming-Assignment/network)
[](https://github.com/matteo-campana/Princeton-Practice-Programming-Assignment/stargazers)
## Overview
This project contains a series of programming assignments designed to practice and enhance your coding skills. These assignments are inspired by the coursework from Princeton University's Computer Science curriculum.
[Coursera: Algorithms, Part I](https://www.coursera.org/learn/algorithms-part1)
## Structure
The project is organized into multiple folders, each representing a different assignment. Each folder contains the following:
- **Source Code**: Java files containing the implementation of the assignment.
- **Test Cases**: JUnit test cases to verify the correctness of the implementation.
- **Documentation**: Any additional documentation or resources related to the assignment.