'Added more ex to Java'
This commit is contained in:
parent
044990ab6c
commit
dd098ada3e
12
09_JavaFP/ex2.txt
Normal file
12
09_JavaFP/ex2.txt
Normal file
@ -0,0 +1,12 @@
|
||||
6. Write Lambda expression to convert a list of integers to their binary representation
|
||||
|
||||
7. Write Lambda expression to find the largest prime number, lower or equal to a given number
|
||||
|
||||
8. Write Lambda expression to sort some test class based on one of its attributes.
|
||||
|
||||
9. Create a table with comparison for most popular languages:
|
||||
* you can use https://www.statista.com/statistics/793628/worldwide-developer-survey-most-used-languages/ -- you can go up to Lisp, and you might skip some languages
|
||||
* summarize most important properties of the languages (e.g. paradighm(s) they follow)
|
||||
* for which paradigms they are good, which they do not support
|
||||
* write for which real world problems the language is good for, for which they are not used at all
|
||||
* add comments about their advantages and disadvantages
|
Loading…
Reference in New Issue
Block a user