FileMood

Download [UdemyCourseDownloader] Algorithms and Data Structures in Java - Part II

UdemyCourseDownloader Algorithms and Data Structures in Java Part II

Name

[UdemyCourseDownloader] Algorithms and Data Structures in Java - Part II

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.1 GB

Total Files

152

Hash

F2507330DE460E45364A25C1AAF76804BEF1886C

/05 Strings/

032 Strings introduction.mp4

29.2 MB

032 Strings introduction-subtitle-en.srt

18.8 KB

033 String reversion-subtitle-en.srt

8.3 KB

033 String reversion.mp4

13.1 MB

034 Suffixes-subtitle-en.srt

6.3 KB

034 Suffixes.mp4

10.1 MB

035 Prefixes-subtitle-en.srt

5.0 KB

035 Prefixes.mp4

8.6 MB

036 Longest common prefix-subtitle-en.srt

6.7 KB

036 Longest common prefix.mp4

12.1 MB

037 Longest repeated substring problem-subtitle-en.srt

4.7 KB

037 Longest repeated substring problem.mp4

8.8 MB

/

udemycoursedownloader.com.url

0.1 KB

Udemy Course downloader.txt

0.1 KB

/01 Introduction/

001 Introduction-subtitle-en.srt

1.7 KB

001 Introduction.mp4

2.4 MB

002 Complexity theory.html

1.3 KB

002 free-complexity-theory.zip

0.3 KB

/02 Prefix Tree - Tries/

003 Prefix tree introduction - basics-subtitle-en.srt

12.2 KB

003 Prefix tree introduction - basics.mp4

21.4 MB

004 Prefix tree introduction - insert-subtitle-en.srt

7.8 KB

004 Prefix tree introduction - insert.mp4

12.6 MB

005 Prefix tree introduction - sorting-subtitle-en.srt

7.5 KB

005 Prefix tree introduction - sorting.mp4

12.1 MB

006 Prefix tree introduction - autocomplete-subtitle-en.srt

7.2 KB

006 Prefix tree introduction - autocomplete.mp4

11.4 MB

007 Prefix tree introduction - trie as a hash table-subtitle-en.srt

12.2 KB

007 Prefix tree introduction - trie as a hash table.mp4

19.2 MB

008 Prefix tree introduction - hashing versus tries-subtitle-en.srt

9.1 KB

008 Prefix tree introduction - hashing versus tries.mp4

15.8 MB

009 Prefix tree introduction - applications-subtitle-en.srt

2.8 KB

009 Prefix tree introduction - applications.mp4

5.3 MB

010 Prefix tree implementation - insert_ search I-subtitle-en.srt

8.0 KB

010 Prefix tree implementation - insert_ search I.mp4

14.7 MB

011 Prefix tree implementation - insert_ search II-subtitle-en.srt

11.8 KB

011 Prefix tree implementation - insert_ search II.mp4

19.5 MB

012 Prefix tree implementation - insert_ search III-subtitle-en.srt

10.5 KB

012 Prefix tree implementation - insert_ search III.mp4

16.8 MB

013 Prefix tree implementation - as a map-subtitle-en.srt

9.5 KB

013 Prefix tree implementation - as a map.mp4

14.2 MB

014 Prefix tree implementation - autocomplete-subtitle-en.srt

11.6 KB

014 Prefix tree implementation - autocomplete.mp4

18.4 MB

015 Prefix tree implementation - sorting-subtitle-en.srt

3.2 KB

015 Prefix tree implementation - sorting.mp4

5.5 MB

016 Longest common prefix-subtitle-en.srt

6.5 KB

016 Longest common prefix.mp4

12.1 MB

017 Longest common prefix in networking-subtitle-en.srt

9.3 KB

017 Longest common prefix in networking.mp4

16.1 MB

/03 Ternary Search Tree/

018 Ternary search tree introduction - basics-subtitle-en.srt

8.3 KB

018 Ternary search tree introduction - basics.mp4

15.8 MB

019 Ternary search tree introduction - insert-subtitle-en.srt

7.6 KB

019 Ternary search tree introduction - insert.mp4

13.4 MB

020 Ternary search tree introduction - get-subtitle-en.srt

5.8 KB

020 Ternary search tree introduction - get.mp4

11.0 MB

021 Ternary search tree introduction - applications-subtitle-en.srt

6.8 KB

021 Ternary search tree introduction - applications.mp4

13.1 MB

022 Ternary search tree implementation I-subtitle-en.srt

10.2 KB

022 Ternary search tree implementation I.mp4

17.1 MB

023 Ternary search tree implementation II-subtitle-en.srt

6.8 KB

023 Ternary search tree implementation II.mp4

10.9 MB

/04 Substring Search/

024 Brute-force search introduction-subtitle-en.srt

9.5 KB

024 Brute-force search introduction.mp4

18.6 MB

025 Brute-force search implementation-subtitle-en.srt

9.1 KB

025 Brute-force search implementation.mp4

16.4 MB

026 Boyer-Moore search introduction-subtitle-en.srt

10.2 KB

026 Boyer-Moore search introduction.mp4

20.7 MB

027 Boyer-Moore search example-subtitle-en.srt

10.0 KB

027 Boyer-Moore search example.mp4

17.3 MB

028 Boyer-Moore implementation I-subtitle-en.srt

4.2 KB

028 Boyer-Moore implementation I.mp4

8.3 MB

029 Boyer-Moore implementation II-subtitle-en.srt

6.3 KB

029 Boyer-Moore implementation II.mp4

12.6 MB

030 Boyer-Moore implementation III-subtitle-en.srt

2.8 KB

030 Boyer-Moore implementation III.mp4

5.5 MB

031 Rabin-Karp algorithm introduction-subtitle-en.srt

12.6 KB

031 Rabin-Karp algorithm introduction.mp4

18.9 MB

/06 Basic Sorting Algorithms/

038 Sorting introduction-subtitle-en.srt

10.1 KB

038 Sorting introduction.mp4

19.3 MB

039 Adaptive sorting algorithms-subtitle-en.srt

3.9 KB

039 Adaptive sorting algorithms.mp4

7.7 MB

040 Bogo sort introduction-subtitle-en.srt

5.2 KB

040 Bogo sort introduction.mp4

8.2 MB

041 Bogo sort implementation-subtitle-en.srt

8.1 KB

041 Bogo sort implementation.mp4

14.6 MB

042 Sleep sort-subtitle-en.srt

4.3 KB

042 Sleep sort.mp4

7.9 MB

043 Bubble sort introduction-subtitle-en.srt

7.8 KB

043 Bubble sort introduction.mp4

13.4 MB

044 Bubble sort implementation-subtitle-en.srt

6.5 KB

044 Bubble sort implementation.mp4

11.8 MB

045 Selection sort introduction-subtitle-en.srt

8.7 KB

045 Selection sort introduction.mp4

16.1 MB

046 Selection sort implementation-subtitle-en.srt

4.8 KB

046 Selection sort implementation.mp4

8.9 MB

047 Insertion sort introduction-subtitle-en.srt

10.9 KB

047 Insertion sort introduction.mp4

17.9 MB

048 Insertion sort implementation-subtitle-en.srt

5.5 KB

048 Insertion sort implementation.mp4

10.3 MB

049 Shell sort introduction-subtitle-en.srt

11.1 KB

049 Shell sort introduction.mp4

19.3 MB

050 Shell sort implementation-subtitle-en.srt

8.8 KB

050 Shell sort implementation.mp4

16.3 MB

051 Quicksort introduction I-subtitle-en.srt

12.4 KB

051 Quicksort introduction I.mp4

23.1 MB

052 Quicksort introduction II-subtitle-en.srt

11.5 KB

052 Quicksort introduction II.mp4

19.0 MB

053 Quicksort implementation-subtitle-en.srt

7.9 KB

053 Quicksort implementation.mp4

15.2 MB

054 Merge sort introduction - divide-subtitle-en.srt

9.5 KB

054 Merge sort introduction - divide.mp4

16.8 MB

055 Merge sort introduction - conquer-subtitle-en.srt

12.6 KB

055 Merge sort introduction - conquer.mp4

22.8 MB

056 Merge sort implementation-subtitle-en.srt

9.4 KB

056 Merge sort implementation.mp4

16.6 MB

057 Hybrid algorithms introduction-subtitle-en.srt

7.5 KB

057 Hybrid algorithms introduction.mp4

13.8 MB

058 Non-comparison based algorithms-subtitle-en.srt

3.2 KB

058 Non-comparison based algorithms.mp4

6.0 MB

059 Counting sort introduction-subtitle-en.srt

10.9 KB

059 Counting sort introduction.mp4

19.4 MB

060 Counting sort implementation-subtitle-en.srt

7.9 KB

060 Counting sort implementation.mp4

15.3 MB

061 Radix sort introduction-subtitle-en.srt

11.7 KB

061 Radix sort introduction.mp4

21.1 MB

/07 Data Compression/

062 Run length encoding introduction-subtitle-en.srt

14.8 KB

062 Run length encoding introduction.mp4

27.1 MB

063 Run length encoding implementation - encode-subtitle-en.srt

6.7 KB

063 Run length encoding implementation - encode.mp4

12.3 MB

064 Run length encoding implementation - decode-subtitle-en.srt

6.8 KB

064 Run length encoding implementation - decode.mp4

14.1 MB

065 Huffman encoding introduction-subtitle-en.srt

12.4 KB

065 Huffman encoding introduction.mp4

21.7 MB

066 Huffman decoding-subtitle-en.srt

5.8 KB

066 Huffman decoding.mp4

9.4 MB

067 Huffman encoding implementation I - helper classes-subtitle-en.srt

9.7 KB

067 Huffman encoding implementation I - helper classes.mp4

19.0 MB

068 Huffman encoding implementation II - encoding-subtitle-en.srt

10.6 KB

068 Huffman encoding implementation II - encoding.mp4

19.1 MB

069 Huffman encoding implementation III - testing-subtitle-en.srt

9.8 KB

069 Huffman encoding implementation III - testing.mp4

18.5 MB

070 LZW compression introduction - compression-subtitle-en.srt

14.8 KB

070 LZW compression introduction - compression.mp4

25.8 MB

071 LZW compression introduction - decompression-subtitle-en.srt

10.2 KB

071 LZW compression introduction - decompression.mp4

15.6 MB

072 LZW implementation-subtitle-en.srt

12.0 KB

072 LZW implementation.mp4

23.2 MB

/08 Source Code & Slides/

073 Slides.html

1.2 KB

073 Slides.zip

11.2 MB

074 Source code.html

1.2 KB

074 sourcecodeII.zip

65.7 KB

075 DISCOUNT FOR OTHER COURSES!.html

1.2 KB

075 FINAL-COUPONS.txt

3.6 KB

 

Total files 152


Copyright © 2025 FileMood.com