Tan115's picture
Add files using upload-large-folder tool
2e5dac7 verified
Raw
History Blame Contribute Delete
3.83 kB
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