Data Structures and Algorithms for Coding Interview

seeders: 4
leechers: 3
updated:
Added by cg3780 in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 87
  • Language: English

Files

Data Structures and Algorithms for Coding Interview
  • !!! More Courses !!!.txt (1.1 KB)
  • 01 Algorithm Run Time Analysis (Big O Notation)
    • 001 What is Algorithm Runtime Analysis.en.srt (10.6 KB)
    • 001 What is Algorithm Runtime Analysis.mp4 (32.6 MB)
    • 002 Run time analysis.en.srt (13.9 KB)
    • 002 Run time analysis.mp4 (43.2 MB)
    • 003 Time Complexity Analysis Example #2.html (0.9 KB)
    02 Data Structure - Array
    • 001 What is an array & why we need an array.en.srt (5.8 KB)
    • 001 What is an array & why we need an array.mp4 (18.4 MB)
    • 002 Types of array.en.srt (5.1 KB)
    • 002 Types of array.mp4 (19.1 MB)
    • 003 How is an array represented in RAM.en.srt (5.4 KB)
    • 003 How is an array represented in RAM.mp4 (11.9 MB)
    • 004 Create a 1D Array.en.srt (3.5 KB)
    • 004 Create a 1D Array.mp4 (9.8 MB)
    • 005 Traverse 1D Array.en.srt (3.3 KB)
    • 005 Traverse 1D Array.mp4 (6.2 MB)
    • 006 Get, Insert, Update & Delete Operations in 1D Array.en.srt (6.6 KB)
    • 006 Get, Insert, Update & Delete Operations in 1D Array.mp4 (14.1 MB)
    • 007 Searching Algorithms (Linear Search + Binary Search).en.srt (16.1 KB)
    • 007 Searching Algorithms (Linear Search + Binary Search).mp4 (30.8 MB)
    • 008 Create a 2D Array.en.srt (3.7 KB)
    • 008 Create a 2D Array.mp4 (14.2 MB)
    • 009 Get, Insert & Update Operations in 2D Array.en.srt (4.9 KB)
    • 009 Get, Insert & Update Operations in 2D Array.mp4 (11.8 MB)
    • 009 OperationsIn1DArray.zip (0.5 KB)
    • 010 BinarySearchAlgorithm.zip (0.5 KB)
    • 010 LinearSearchAlgorithm.zip (0.4 KB)
    • 010 Traverse 2D Array.en.srt (5.6 KB)
    • 010 Traverse 2D Array.mp4 (17.6 MB)
    • 011 1D Array Problem_ Move Zeroes.en.srt (5.8 KB)
    • 011 1D Array Problem_ Move Zeroes.mp4 (13.1 MB)
    • 012 1D Array Problem_ Remove Duplicates from Sorted Array.en.srt (10.7 KB)
    • 012 1D Array Problem_ Remove Duplicates from Sorted Array.mp4 (30.7 MB)
    • 012 OperationsIn2DArray.zip (0.6 KB)
    • 013 2D Array Problem_ Rotate Image.en.srt (13.6 KB)
    • 013 2D Array Problem_ Rotate Image.mp4 (35.0 MB)
    • 013 Traverse2DArray.zip (0.4 KB)
    • 014 2D Array Problem_ Spiral Matrix.en.srt (22.6 KB)
    • 014 2D Array Problem_ Spiral Matrix.mp4 (63.8 MB)
    • 015 RemoveDuplicates.zip (0.5 KB)
    • 016 RotateImage.zip (0.8 KB)
    • 017 SpiralMatrix.zip (0.7 KB)
    03 Data Structure - Linked List
    • 001 What is Linked List.en.srt (7.8 KB)
    • 001 What is Linked List.mp4 (14.8 MB)
    • 002 Different Types of Linked Lists.en.srt (5.1 KB)
    • 002 Different Types of Linked Lists.mp4 (13.6 MB)
    • 003 Creation & Insertion Operations in SLL (Singly Linked List).en.srt (7.4 KB)
    • 003 Creation & Insertion Operations in SLL (Singly Linked List).mp4 (16.6 MB)
    • 004 Insertion (At Index, At Begining & At End) Operations in SSL(Singly LInked List).en.srt (13.3 KB)
    • 004 Insertion (At Index, At Begining & At End) Operations in SSL(Singly LInked List).mp4 (29.8 MB)
    • 005 Travering & Searching in SLL (Singly Linked List).en.srt (5.5 KB)
    • 005 Travering & Searching in SLL (Singly Linked List).mp4 (10.0 MB)
    • 006 Deleting Node & Deleting Entire Linked List (Singly Linked List).en.srt (7.9 KB)
    • 006 Deleting Node & Deleting Entire Linked List (Singly Linked List).mp4 (19.0 MB)
    • 007 Source Code for Singly Linked List (SLL).html (1.0 KB)
    • 008 Creation & Insertion Operations in CSLL (Circular Singly Linked List).en.srt (7.8 KB)
    • 008 Creation & Insertion Operations in CSLL (Circular Singly Linked List).mp4 (16.0 MB)
    • 009 Traversing & Searching in CSLL (Circular Singly Linked List).en.srt (6.6 KB)
    • 009 Traversing & Searching in CSLL (Circular Singly Linked List).mp4 (13.4 MB)
    • 010 Insertion in CSLL (Circular Singly Linked List).en.srt (8.9 KB)
    • 010 Insertion in CSLL (Circular Singly Linked List).mp4 (23.9 MB)
    • 011 Deleting Node & Deleting Entire Linked List (Circular Singly Linked List).en.srt (7.1 KB)
    • 011 Deleting Node & Deleting Entire Linked List (Circular Singly Linked List).mp4 (15.1 MB)
    • 012 Source Code for Circular Singly Linked List (CSLL).html (1.0 KB)
    • 013 Creation & Insertion Operations in DLL (Doubly Linked List).en.srt (4.4 KB)
    • 013 Creation & Insertion Operations in DLL (Doubly Linked List).mp4 (10.0 MB)
    • 014 Traversing & Searching in DLL (Doubly Linked List).en.srt (6.7 KB)
    • 014 Traversing & Searching in DLL (Doubly Linked List).mp4 (15.0 MB)
    • 015 Insertion in DLL (Doubly LInked List).en.srt (5.6 KB)
    • 015 Insertion in DLL (Doubly LInked List).mp4 (12.5 MB)
    • 016 Deleting Node & Deleting Enire Linked List (Doubly Linked List).en.srt (7.6 KB)
    • 016 Deleting Node & Deleting Enire Linked List (Doubly Linked List).mp4 (13.7 MB)
    • 017 Source Code for Doubly Linked List (DLL).html (1.0 KB)
    • 018 Creation & Insertion Operations in CDLL (Circular Doubly Linked LIst).en.srt (6.1 KB)
    • 018 Creation & Insertion Operations in CDLL (Circular Doubly Linked LIst).mp4 (12.9 MB)
    • 019 Traversing & Searching in CDLL (Circular Doubly Linked List).en.srt (4.6 KB)
    • 019 Traversing & Searching in CDLL (Circular Doubly Linked List).mp4 (9.1 MB)
    • 020 Insertion in CDLL (Circular Doubly Linked List).en.srt (8.3 KB)
    • 020 Insertion in CDLL (Circular Doubly Linked List).mp4 (18.6 MB)
    • 020 MySinglyLinkedList(Creation&Insertion).zip (0.7 KB)
    • 021 Deleting Node & Deleting Entire Linked List (Circular Doubly Linked List).en.srt (10.1 KB)
    • 021 Deleting Node & Deleting Entire Linked List (Circular Doubly Linked List).mp4 (24.5 MB)
    • 021 MySinglyLinkedList(Insertion).zip (0.9 KB)
    • 021 MySinglyLinkedList.zip (0.9 KB)
    • 022 MySinglyLinkedList(TraversingSearching).zip (1.1 KB)
    • 022 Source Code for Circular Doubly Linked List (CDLL).html (1.0 KB)
    • 023 Linked List Problem_ Reverse a Singly Linked List -- Recursive Solution.en.srt (11.8 KB)
    • 023 Linked List Problem_ Reverse a Singly Linked List -- Recursive Solution.mp4 (30.5 MB)
    • 023 MySinglyLinkedList(DeletingNode&EntireLinkedList).zip (1.2 KB)
    • 024 Linked List Problem_ Reverse a Singly Linked List -- Iterative Solution.en.srt (10.5 KB)
    • 024 Linked List Problem_ Reverse a Singly Linked List -- Iterative Solution.mp4 (26.5 MB)
    • 024 MySinglyLinkedList.zip (1.2 KB)
    • Description


      Data Structures and Algorithms for Coding Interview
      MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
      Genre: eLearning | Language: English + srt | Duration: 141 lectures (14h 15m) | Size: 2.72 GB
      Build your strong understanding in data structures and algorithms for coding interview. Get more job offer


      What you'll learn:
      Fundamentals of Data Structures and Algorithms
      Become Confident in Data Structures and Algorithms
      Learn, Implement and Use Different Data Structure
      Learn Popular Data Structures and Their Algorithms
      Master Algorithms including 7 Sorting Algorithms
      Become Confident in Algorithms Coding Interview
      Requirements
      Basic understanding of any one programming language
      No previous computer science knowledge required
      No experience with data structures or algorithms needed
      Description
      Welcome to "Data Structures and Algorithms for Coding Interview" course.
      Want to land a job at a great tech industry like Google, Microsoft, Facebook, Netflix, Amazon, or other industries but you are intimidated by the foundation of data structures and algorithms skills for the job?
      Many programmers who are "self taught", feel that one of the main disadvantages they face compared to college educated graduates in computer science is the fact that they don't have knowledge about algorithms, data structures and the notorious Big-O Notation. Get on the same level as someone with computer science degree by learning the fundamental building blocks of computer science which will give you a big boost during interviews.
      Here is what you will learn in this course:
      >> Algorithm Run Time Analysis - Big O - O(n) Notation
      >> Array (1D, 2D Array)
      >> Linked List (All Types of Linked List)
      >> Stack Data Structure
      >> Queue Data Structure
      >> Binary Tree (Array, Linked List Implementation, BFS/DFS Traversal and more)
      >> Binary Search Tree
      >> Binary Heap
      >> AVL Tree
      >> Trie Data Structure
      >> Searching Algorithms
      >> Recursion
      >> Sorting Algorithms
      >> Dynamic Programming
      >> Hashing*
      >> Graph*
      Unlike most instructors, I am not a marketer or a salesperson. I am a self taught programmer(I studied statistics not computer science) who has worked and managed teams of engineers and have been in these interviews both as an interviewee as well as the interviewer.
      Taking his experience in educational statistics and coding, Barik's courses will take you on an understanding of complex subjects that you never thought.
      Who this course is for
      Any one who wants to build strong foundation on data structures and algorithms
      Anyone who wants to work at FAANG(Facebook, Apple, Amazon, Netflix, Google) Company
      Any engineer, developer, programmer, who wants to improve their coding skills
      Any self taught programmer who missed out on a computer science degree



Download torrent
3.2 GB
seeders:4
leechers:3
Data Structures and Algorithms for Coding Interview


Trackers

tracker name
udp://opentor.org:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://open.stealth.si:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.uw0.xyz:6969/announce
udp://tracker.dler.org:6969/announce
udp://9.rarbg.com:2870/announce
udp://www.torrent.eu.org:451/announce
udp://tracker2.dler.com:80/announce
µTorrent compatible trackers list

Download torrent
3.2 GB
seeders:4
leechers:3
Data Structures and Algorithms for Coding Interview


Torrent hash: 887628C73C0154C27FC279AF4E164E8FDFEB958A