FileMood

Download [FreeTutorials.us] break-away-coding-interviews-1

FreeTutorials us break away coding interviews

Name

[FreeTutorials.us] break-away-coding-interviews-1

 DOWNLOAD Copy Link

Total Size

9.9 GB

Total Files

223

Hash

586C5520693C53CABA8B9C31C3C036E3883A3395

/01 Introduction/

001 Coding interviews are tough - but beatable.mp4

257.1 MB

/.../001 Coding interviews are tough - but beatable/

Interview-Prep-Pointers-P1.pdf

37.0 KB

/02 Pointer and Arrays/

002 Introduction to pointers.mp4

166.3 MB

003 Pointer problems and arrays.mp4

132.0 MB

004 Pointer arithmetic.mp4

111.6 MB

005 Practice makes perfect - pointer problems.mp4

75.1 MB

/.../002 Introduction to pointers/

Interview-Prep-Pointers-P2.pdf

87.8 KB

/.../003 Pointer problems and arrays/

Interview-Prep-Pointers-P3.pdf

114.3 KB

/.../004 Pointer arithmetic/

Interview-Prep-Pointers-P4.pdf

96.4 KB

/.../005 Practice makes perfect - pointer problems/

Interview-Prep-Pointers-P5.pdf

118.7 KB

/03 Strings are just pointers at heart/

006 Working with strings.mp4

154.3 MB

007 Pointer as arguments to functions.mp4

80.7 MB

008 Practice makes perfect - string problems.mp4

221.2 MB

/.../006 Working with strings/

Interview-Prep-Pointers-P6.pdf

127.7 KB

P6.zip

1.6 KB

/.../007 Pointer as arguments to functions/

Interview-Prep-Pointers-P7.pdf

69.4 KB

/.../008 Practice makes perfect - string problems/

Interview-Prep-Pointers-P8.pdf

197.0 KB

P8.zip

3.5 KB

/04 Linked lists can be fun/

009 Pointers to pointers - bend your mind.mp4

131.0 MB

010 Pointers to pointers - reassignment and modification.mp4

105.9 MB

011 Get started with linked lists.mp4

163.0 MB

012 Warming up to - they get tricky quickly.mp4

164.8 MB

013 Cruising along - linked lists are fun arent they.mp4

178.8 MB

014 Autopilot - linked lists are easy after all.mp4

161.6 MB

015 Do not overlook the doubly linked list.mp4

30.0 MB

/.../009 Pointers to pointers - bend your mind/

Interview-Prep-Pointers-P9.pdf

106.4 KB

/.../010 Pointers to pointers - reassignment and modification/

Interview-Prep-Pointers-P10.pdf

119.7 KB

/.../011 Get started with linked lists/

JavaLinkedListExamples.zip

3.4 KB

P11.zip

2.4 KB

/.../012 Warming up to - they get tricky quickly/

JavaLinkedListExamples.zip

3.4 KB

P12.zip

3.7 KB

/.../013 Cruising along - linked lists are fun arent they/

JavaLinkedListExamples.zip

3.4 KB

P13.zip

2.1 KB

/.../014 Autopilot - linked lists are easy after all/

JavaLinkedListExamples.zip

3.4 KB

P14.zip

4.0 KB

/.../015 Do not overlook the doubly linked list/

Doubly-Linked-List.pdf

196.2 KB

delete-node-doubly-linked-list.c

1.7 KB

/05 Bit Manipulation/

016 Bit Manipulation - I.mp4

73.8 MB

017 Bit Manipulation - II.mp4

55.3 MB

018 Useful Bit Manipulation Techniques.mp4

62.3 MB

019 Get And Set The Nth Bit.mp4

67.9 MB

020 Print And Count Bits.mp4

124.0 MB

021 Reverse The Bits In An Integer.mp4

71.9 MB

/.../016 Bit Manipulation - I/

Bit-Manipulation.pdf

3.6 MB

/.../017 Bit Manipulation - II/

Bit-Manipulation.pdf

3.6 MB

/.../018 Useful Bit Manipulation Techniques/

Bit-Manipulation-Helpful-Tips-P1.pdf

1.7 MB

/.../019 Get And Set The Nth Bit/

Bit-Manipulation-Get-Set-Nth-Bit-P2.pdf

830.3 KB

GetNthBitAndSetNthBit.zip

0.8 KB

/.../020 Print And Count Bits/

Bit-Manipulation-Print-Count-Bits-P3.pdf

472.3 KB

CountiBitsAndPrintBits.zip

0.8 KB

/.../021 Reverse The Bits In An Integer/

Bit-Manipulation-Reverse-Bits-P4.pdf

1.3 MB

ReverseBits.zip

0.5 KB

/06 General programming problems - practice makes perfect/

022 Starting up - palindromes and points within a distance.mp4

220.7 MB

023 Play the Game Of Life and Break A Document Into Chunks.mp4

215.2 MB

024 Run Length Encoding And Adding Numbers Digit By Digit.mp4

239.8 MB

025 Sudoku Board Validation and Incrementing A Number In Another Number System.mp4

246.1 MB

/.../022 Starting up - palindromes and points within a distance/

Interview-Prep-Pointers-P16.pdf

358.7 KB

P16.zip

3.7 KB

/.../023 Play the Game Of Life and Break A Document Into Chunks/

Interview-Prep-Pointers-P17.pdf

394.7 KB

P17.zip

4.0 KB

/.../024 Run Length Encoding And Adding Numbers Digit By Digit/

Interview-Prep-Pointers-P18.pdf

343.5 KB

P18.zip

2.0 KB

/.../025 Sudoku Board Validation and Incrementing A Number In Another Number System/

Interview-Prep-Pointers-P19.pdf

1.3 MB

P19.zip

5.2 KB

/07 Big-O Notation Sorting And Searching Algorithms/

026 Performance and Complexity.mp4

139.6 MB

027 Big O Notation.mp4

31.3 MB

028 Big O Notation More Examples.mp4

140.2 MB

029 Sorting Trade-Offs.mp4

113.2 MB

030 Selection Sort.mp4

72.5 MB

031 Bubble Sort.mp4

95.8 MB

032 Insertion Sort.mp4

105.1 MB

033 Shell Sort.mp4

101.6 MB

034 Merge Sort.mp4

142.1 MB

035 Quick Sort.mp4

35.7 MB

036 Binary Search - search quickly through a sorted list.mp4

84.1 MB

/.../026 Performance and Complexity/

P1.pdf

23.0 KB

/.../027 Big O Notation/

P2.pdf

18.1 KB

/.../028 Big O Notation More Examples/

Bit-O-Notation-More-Examples-P4.pdf

227.8 KB

/.../029 Sorting Trade-Offs/

P4.pdf

14.0 KB

/.../030 Selection Sort/

P5.pdf

803.2 KB

SelectionSort.java.zip

0.6 KB

/.../031 Bubble Sort/

BubbleSort.java.zip

0.6 KB

SortingSearching-P6.pdf

334.4 KB

/.../032 Insertion Sort/

InsertionSort.java.zip

0.6 KB

P7.pdf

829.8 KB

/.../033 Shell Sort/

P8.pdf

630.3 KB

ShellSort.java.zip

0.6 KB

/.../034 Merge Sort/

MergeSort.java.zip

0.7 KB

P9.pdf

2.0 MB

/.../035 Quick Sort/

QuickSort.java.zip

0.7 KB

QuickSort.pdf

569.5 KB

/.../036 Binary Search - search quickly through a sorted list/

BinarySearch.java.zip

0.5 KB

SortingSearching-P11.pdf

332.5 KB

/08 Recursion and the recursive sense/

037 What is recursion - why is it so hard.mp4

199.8 MB

038 Binary search - implemented recursively.mp4

110.6 MB

039 Find all subsets of a set.mp4

122.4 MB

040 Check whether 2 binary trees are the same.mp4

105.2 MB

041 Implement paint fill to color a region on screen.mp4

92.1 MB

042 Build A car Given Tasks And Dependencies.mp4

132.2 MB

043 Generate Anagrams Of A Word.mp4

166.0 MB

044 Help A Rat Find Its Way Through a Maze.mp4

109.1 MB

045 Place 8 Queens On A Board Safely.mp4

127.2 MB

/.../038 Binary search - implemented recursively/

Recursion-Binary-Search-P2.pdf

343.3 KB

RecursiveBinarySearch.java.zip

0.5 KB

/.../039 Find all subsets of a set/

Recursion-Subsets-P3.pdf

396.2 KB

Subsets.java.zip

0.6 KB

/.../040 Check whether 2 binary trees are the same/

Recursion-SameTree-P4.pdf

398.8 KB

SameTree.java.zip

0.7 KB

/.../041 Implement paint fill to color a region on screen/

PaintFill.java.zip

0.8 KB

Recursion-Paintfill-P5.pdf

252.7 KB

/.../042 Build A car Given Tasks And Dependencies/

BuildCarWithTasks.java.zip

0.7 KB

Recursion-BuildCar-P6.pdf

199.1 KB

/.../043 Generate Anagrams Of A Word/

Anagrams.java.zip

0.7 KB

Recursion-Anagrams-P7.pdf

914.9 KB

/.../044 Help A Rat Find Its Way Through a Maze/

RatAndMaze.java.zip

0.8 KB

Recursion-Rat-And-Maze-P8.pdf

349.7 KB

/.../045 Place 8 Queens On A Board Safely/

EightQueens.java.zip

0.9 KB

Recursion-Eight-Queens-P9.pdf

574.9 KB

/09 Stacks And Queues/

046 Meet The Stack - Simple But Powerful.mp4

80.0 MB

047 Building A Stack Using Java.mp4

119.1 MB

048 Match Parenthesis To Check A Well Formed Expression.mp4

110.7 MB

049 Find The Minimum Element In A Stack In Constant Time.mp4

87.8 MB

050 Meet The Queue - A Familiar Sight In Everyday Life.mp4

90.5 MB

051 The Circular Queue - Tricky But Fast.mp4

132.0 MB

052 Build A Queue With Two Stacks.mp4

144.4 MB

/.../046 Meet The Stack - Simple But Powerful/

Stack-Intro-P8.pdf

766.9 KB

/.../047 Building A Stack Using Java/

Stack-Implementation-P9.pdf

279.0 KB

Stack.zip

0.9 KB

/.../048 Match Parenthesis To Check A Well Formed Expression/

Match-Parenthesis-P10.pdf

78.7 KB

StackMatchParens.zip

1.7 KB

/.../049 Find The Minimum Element In A Stack In Constant Time/

Stack-Minimum-Element-P11.pdf

220.2 KB

StackMinimumConstantTime.zip

1.5 KB

/.../050 Meet The Queue - A Familiar Sight In Everyday Life/

Queue-Introduction-P12.pdf

847.5 KB

/.../051 The Circular Queue - Tricky But Fast/

Queue-Implementation-P13.pdf

2.4 MB

Queue.zip

1.1 KB

/.../052 Build A Queue With Two Stacks/

Queue-with-2-stacks-P14.pdf

1.6 MB

QueueBuiltWithTwoStacks.zip

1.9 KB

/10 Binary Trees/

053 Meet The Binary Tree - A Hierarchical Data Structure.mp4

102.5 MB

054 Breadth First Traversal.mp4

104.4 MB

055 Depth First - Pre-OrderTraversal.mp4

102.5 MB

056 Depth First - In-Order and Post-Order Traversal.mp4

91.0 MB

/.../053 Meet The Binary Tree - A Hierarchical Data Structure/

Binary-Trees-Introduction-P15.pdf

890.3 KB

/.../054 Breadth First Traversal/

Binary-Trees-Breadth-First-Traversal-P16.pdf

680.2 KB

BinaryTreeBreadthFirstTraversal.zip

1.9 KB

/.../055 Depth First - Pre-OrderTraversal/

Binary-Trees-Depth-First-Pre-order-P17.pdf

432.2 KB

BinaryTreePreOrderTraversal.zip

0.7 KB

/.../056 Depth First - In-Order and Post-Order Traversal/

Binary-Trees-Depth-First-In-and-Post-Order-P18.pdf

925.1 KB

BinaryTreePostOrderTraversal.zip

0.7 KB

/11 Binary Search Trees/

057 The Binary Search Tree - an introduction.mp4

94.0 MB

058 Insertion and Lookup in a Binary Search Tree.mp4

129.4 MB

/.../057 The Binary Search Tree - an introduction/

Binary-Search-Tree-P19.pdf

82.7 KB

/.../058 Insertion and Lookup in a Binary Search Tree/

Insertion-and-Lookup-P20.pdf

629.4 KB

InsertionAndLookup.zip

1.6 KB

/12 Binary Tree Problems/

059 Minimum Value Maximum Depth And Mirror.mp4

113.5 MB

060 Count Trees Print Range and Is BST.mp4

143.3 MB

061 Has Path Sum Print Paths Least Common Ancestor.mp4

146.7 MB

/.../059 Minimum Value Maximum Depth And Mirror/

MinValue-MaxDepth-Mirror-P-21.pdf

506.0 KB

MinValue-MaxDepth-Mirror.zip

2.4 KB

/.../060 Count Trees Print Range and Is BST/

CountTrees-PrintRange-IsBST-P22.pdf

256.5 KB

CountTrees-PrintRange-IsBST.zip

2.1 KB

/.../061 Has Path Sum Print Paths Least Common Ancestor/

HasPathSum-PrintPaths-LCA-P23.pdf

641.9 KB

HasPathSum-PrintPaths-LCA.zip

2.7 KB

/13 Heaps/

062 The Heap Is Just The Best Way to Implement a Priority Queue.mp4

181.7 MB

063 Meet The Binary Heap - Its A Tree At Heart.mp4

133.3 MB

064 The Binary Heap - Logically A Tree Really An Array.mp4

105.6 MB

065 The Binary Heap - Making It Real With Code.mp4

71.9 MB

066 Heapify.mp4

182.5 MB

067 Insert And Remove From A Heap.mp4

108.6 MB

/.../062 The Heap Is Just The Best Way to Implement a Priority Queue/

Heaps-P1.pdf

20.2 KB

/.../063 Meet The Binary Heap - Its A Tree At Heart/

The-Binary-Heap-P2.pdf

447.3 KB

/.../064 The Binary Heap - Logically A Tree Really An Array/

The-Binary-Heap-Implementation-P3.pdf

1.0 MB

/.../065 The Binary Heap - Making It Real With Code/

Heap.zip

3.4 KB

The-Binary-Heap-Code-P4.pdf

201.7 KB

/13 Heaps/attached_files/066 Heapify/

Heap.zip

3.4 KB

The-Binary-Heap-Heapify-P5.pdf

921.8 KB

/.../067 Insert And Remove From A Heap/

Heap.zip

3.4 KB

The-Binary-Heap-Insert-And-Remove-P6.pdf

663.2 KB

/14 Revisiting Sorting - The Heap Sort/

068 Heap Sort Phase I - Heapify.mp4

150.3 MB

069 Heap Sort Phase II - The Actual Sort.mp4

102.3 MB

/.../068 Heap Sort Phase I - Heapify/

HeapSort-Heapify-P7.pdf

1.7 MB

HeapSort.java.zip

0.7 KB

/.../069 Heap Sort Phase II - The Actual Sort/

HeapSort-Heapify-Sort-Code-P8.pdf

852.0 KB

HeapSort.java.zip

0.7 KB

/15 Heap Problems/

070 Maximum Element In A Minimum Heap and K Largest Elements In A Stream.mp4

114.3 MB

071 Merge K Sorted Lists Into One Sorted List Using A Heap.mp4

88.5 MB

072 Find The Median In A Stream Of Elements.mp4

122.8 MB

/.../070 Maximum Element In A Minimum Heap and K Largest Elements In A Stream/

Heap-Problems-P9.pdf

854.1 KB

HeapKLargestElements.zip

3.2 KB

HeapMaxElementsWithMinHeap.zip

3.2 KB

/.../071 Merge K Sorted Lists Into One Sorted List Using A Heap/

Heap-Problems-P10.pdf

480.0 KB

HeapMergeKSortedLists.zip

3.5 KB

/.../072 Find The Median In A Stream Of Elements/

Heap-Problems-P11.pdf

753.3 KB

HeapStreamingMedian.zip

4.3 KB

/16 Graphs/

073 Introducing The Graph.mp4

132.8 MB

074 Types Of Graphs.mp4

38.1 MB

075 The Directed And Undirected Graph.mp4

85.9 MB

076 Representing A Graph In Code.mp4

59.9 MB

077 Graph Using An Adjacency Matrix.mp4

137.5 MB

078 Graph Using An Adjacency List And Adjacency Set.mp4

115.7 MB

079 Comparison Of Graph Representations.mp4

76.3 MB

080 Graph Traversal - Depth First And Breadth First.mp4

130.2 MB

/.../073 Introducing The Graph/

Graphs-P1.pdf

156.8 KB

/.../074 Types Of Graphs/

Graphs-P2.pdf

256.5 KB

/.../075 The Directed And Undirected Graph/

Graphs-P3.pdf

1.2 MB

/.../076 Representing A Graph In Code/

Graphs-P4.pdf

42.9 KB

/.../077 Graph Using An Adjacency Matrix/

AdjacencyMatrix.zip

1.0 KB

Graphs-P5.pdf

1.1 MB

/.../078 Graph Using An Adjacency List And Adjacency Set/

AdjacencySetGraph.zip

1.1 KB

Graphs-P6.pdf

797.0 KB

/.../079 Comparison Of Graph Representations/

Graphs-P7.pdf

13.9 KB

/.../080 Graph Traversal - Depth First And Breadth First/

Graphs-P8.pdf

550.5 KB

Traversal.zip

4.3 KB

/17 Graph Algorithms/

081 Topological Sort In A Graph.mp4

67.2 MB

082 Implementation Of Topological Sort.mp4

32.9 MB

083 Design A Course Schedule Considering Pre-reqs For Courses.mp4

53.1 MB

/.../081 Topological Sort In A Graph/

Graphs.zip

14.0 KB

Topological-Sort.pdf

1.5 MB

/.../082 Implementation Of Topological Sort/

Graphs.zip

14.0 KB

Topological-Sort.pdf

1.5 MB

/.../083 Design A Course Schedule Considering Pre-reqs For Courses/

Graph-Problems-1.pdf

781.7 KB

Graphs.zip

14.0 KB

/

[FreeTutorials.us].txt

0.1 KB

[FreeTutorials.us].url

0.1 KB

 

Total files 223


Copyright © 2024 FileMood.com