An open API service indexing awesome lists of open source software.

https://github.com/n-c0de-r/cs1.04_todo.primes

Lab 1.4 - A CLI ToDo-List with search engine. 1st semester, 4th lab.
https://github.com/n-c0de-r/cs1.04_todo.primes

1st-semester 4th-lab computer-science informatics java prime-numbers search-engine

Last synced: 7 months ago
JSON representation

Lab 1.4 - A CLI ToDo-List with search engine. 1st semester, 4th lab.

Awesome Lists containing this project

README

          

The ToDo-List class to maintain an arbitrarily long list of tasks.
Tasks are numbered for external reference by a human user.
In this version, task numbers start at 0.

Based on the original by David J. Barnes and Michael Kölling
@author n-c0de-r
@version 2023.02.06



The Prime class calculates all primes
to a certain given maximum value.

@author n-c0de-r
@version 2023.02.06