'backup'
This commit is contained in:
parent
a582bc6e28
commit
6c35d36a36
@ -2,4 +2,6 @@ In the file is_prime there are a few numbers.
|
|||||||
|
|
||||||
1. Write a Python, C/C++ and Java programs and check whether it is a prime number of not.
|
1. Write a Python, C/C++ and Java programs and check whether it is a prime number of not.
|
||||||
|
|
||||||
Remark: There are some algorithms which can simplify this task, like Miller–Rabin. Please, do not use them. The goal is to compare the code from different programming paradigms.
|
Remark 1: There are some algorithms which can simplify this task, like Miller–Rabin. Please, do not use them. The goal is to compare the code from different programming paradigms.
|
||||||
|
|
||||||
|
Remark 2: Please, do not use external libraries.
|
6
Readme.md
Normal file
6
Readme.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
01_Python_C_C++_Java - tasks for the first classes
|
||||||
|
|
||||||
|
_old - some old tasks from previous years, maybe we will
|
||||||
|
use them later
|
||||||
|
|
||||||
|
XX_comparison - tasks for the one of our last classes
|
@ -9,6 +9,7 @@ Na zaliczenia wybierzemy termin naszych ostatnich zajęć.
|
|||||||
Więcej info o warunkach zaliczenia:
|
Więcej info o warunkach zaliczenia:
|
||||||
* użycie różnych paradygmatów programowania
|
* użycie różnych paradygmatów programowania
|
||||||
* główna funkcjonalność musi być zaimplementowana w Prologu, albo Haskellu
|
* główna funkcjonalność musi być zaimplementowana w Prologu, albo Haskellu
|
||||||
|
* z grubsza informacje o punktacji będą wyglądać jak w pliku oceny.xls
|
||||||
|
|
||||||
Przykład:
|
Przykład:
|
||||||
* aplikacja todo, która sprawdza w Prologu, czy Haskellu, czy podobne zadanie nie zostało już może wprowadzone (nie chodzi o porównanie dwóch ciągów znaków)
|
* aplikacja todo, która sprawdza w Prologu, czy Haskellu, czy podobne zadanie nie zostało już może wprowadzone (nie chodzi o porównanie dwóch ciągów znaków)
|
Loading…
Reference in New Issue
Block a user