File size: 3,830 Bytes
2e5dac7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

005 Source-code-of-the-example-used-in-the-lesso
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/collections/list/ListDemo.java

005 Homework
https://docs.google.com/document/d/1g5GRLOU4XRDCIp50n_-Dmnok-2EdoDTlAQdVm6XyBLo/edit?usp=sharing

005 Template-project-for-your-homework
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/hw/onlinestore/withoutlist

005 Solution-of-the-homework-Backend-system-for-online-store-with-list
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/hw/onlinestore/withlist

005 Solution-of-the-homework-DefaultList-and-Performance-of-ArrayList-vs-LinkedList
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/collections/list/hw

005 Solution-for-DefaultMyList-coding-exercise
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/collections/list/hw/DefaultMyList.java

008 Source-code-of-the-example-used-in-the-lesson
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/sorting/ComparisonDemo.java

008 Homework
https://docs.google.com/document/d/1senXk6JLFWsVQnJT5si_QgodHkXMFgIIPK447rgXSN0/edit?usp=sharing

008 Homework-Solution-Custom-Comparator
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/hw/onlinestore/withlist/utils/comparators/CustomProductComparator.java

010 Source-code-of-the-examples-used-in-the-lesson
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/collections/iterator

010 Homework
https://docs.google.com/document/d/1EAQRwHR1HbWt95T3FtS9EOdQsIc_3nZFYUvc6Qv4frQ/edit?usp=sharing

010 Homework-Solution-Custom-Iterator-and-ListIterator
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/collections/list/hw

012 Source-code-of-the-example-used-in-the-lesson
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/collections/queue/QueueDemo.java

012 Homework
https://docs.google.com/document/d/1EJinEXmADmEbqDnRdz9y6OITVDwhCN7K7FLMjbtE4zs/edit?usp=sharing

012 Solution-for-Homework-Back-end-system-for-help-desk
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/hw/onlinestore/withlist/helpdesk

015 Source-code-of-MapDemo-class
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/maps/MapDemo.java

015 Source-code-of-MapSortingDemo-class
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/sorting/MapSortingDemo.java

016 Source-code-of-the-example-used-in-the-lesson
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/maps/LinkedHashMapDemo.java

016 Homework-LRU-Cache-Implementation
https://docs.google.com/document/d/17FzSLVtFx9JRIsRle78nYTuXaCknj2DR6AMXNPP5Rtg/edit?usp=sharing

016 Homework-solution
https://github.com/AndriiPiatakha/learnit_java_core/tree/master/src/com/itbulls/learnit/javacore/jcf/maps/hw

018 Source-code-of-the-example-used-in-the-lesson
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/maps/TreeMapDemo.java

019 Source-code-of-the-example-used-in-the-lesson-HashSet
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/collections/set/SetDemo.java

019 Source-code-of-the-example-used-in-the-lesson-Collections
https://github.com/AndriiPiatakha/learnit_java_core/blob/master/src/com/itbulls/learnit/javacore/jcf/utils/CollectionsDemo.java