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.
- Host: GitHub
- URL: https://github.com/n-c0de-r/cs1.04_todo.primes
- Owner: n-c0de-r
- Created: 2021-05-13T08:33:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:35:18.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:21:06.806Z (9 months ago)
- Topics: 1st-semester, 4th-lab, computer-science, informatics, java, prime-numbers, search-engine
- Language: Java
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()