FileMood

Download [GeeksForGeeks] Data Structures With Python

GeeksForGeeks Data Structures With Python

Name

[GeeksForGeeks] Data Structures With Python

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

15.6 GB

Total Files

371

Last Seen

2025-05-31 00:42

Hash

8473BA6557EE3993CE5ED52DFB4DB9B140C0EA2B

/

Course - Data Structures With Python.html

1.3 MB

Tracks.html

993.8 KB

/.../01. Analysis of Algorithms/

00. Classroom.html

1.1 MB

01. Analysis of Algorithms (Background)-gfg.mp4

157.8 MB

02. Order of Growth-gfg.mp4

119.6 MB

03. Best, Average and Worst Cases-gfg.mp4

101.0 MB

04. Big O Notation-gfg.mp4

80.4 MB

05. Omega Notation-gfg.mp4

82.0 MB

06. Theta Notation-gfg.mp4

84.8 MB

07. Analysis of Common Loops-gfg.mp4

134.1 MB

08. Analysis of Recursion-gfg.mp4

230.4 MB

09. Space Complexity-gfg.mp4

63.8 MB

/.../02. List in Python/

00. Classroom.html

1.1 MB

01. List (Dynamic Sized Array) Introduction-gfg.mp4

161.7 MB

02. Working of List in Python-gfg.mp4

142.4 MB

03. Average or Mean of a List-gfg.mp4

35.1 MB

04. Separate Even and Odd-gfg.mp4

35.8 MB

05. Get Smaller Elements-gfg.mp4

31.6 MB

06. Slicing (List,Tuple And String)-gfg.mp4

81.0 MB

07. Comprehensions in Python-gfg.mp4

154.3 MB

08. Largest Element in a List-gfg.mp4

70.3 MB

09. Second Largest Element in a list-gfg.mp4

98.7 MB

10. Check if a list is Sorted-gfg.mp4

97.0 MB

11. Find the only Odd-gfg.mp4

81.1 MB

12. Reverse a List in Python-gfg.mp4

80.9 MB

13. Left Rotate a List by one-gfg.mp4

51.4 MB

14. Left Rotate by d Places-gfg.mp4

105.2 MB

/.../02. List in Python/00. Problems/

00. Problems - 1.html

888.1 KB

01. Array insert at end.html

1.9 MB

02. Array insert at index.html

1.9 MB

03. Get Element At Index.html

1.9 MB

04. Array Update At Index.html

1.9 MB

05. Array Delete And Shift.html

2.1 MB

06. Count Smaller Than X.html

1.6 MB

07. Count Elements Greater Than X.html

1.6 MB

08. Find Immediate Smaller Than X.html

1.6 MB

09. Find Immediate Greater Than X.html

1.6 MB

10. Who has the majority.html

1.6 MB

11. Maximum and Minimum In Array.html

1.6 MB

12. Reverse The Array.html

1.6 MB

13. Rotate Array.html

1.6 MB

14. Sum of Array Elements.html

1.6 MB

15. Mean And Median of Array.html

1.6 MB

16. Is Array Sorted.html

1.6 MB

ProblemsName.txt

0.4 KB

/Module 1/03. String/

00. Classroom.html

1.1 MB

01. Escape Sequences and Raw Strings-gfg.mp4

60.5 MB

02. Reverse A String in Python-gfg.mp4

44.6 MB

03. String Comparison in Python-gfg.mp4

61.6 MB

04. Strings in Python-gfg.mp4

83.2 MB

05. Formmatted String in Python-gfg.mp4

57.2 MB

06. String Operations Part (1)-gfg.mp4

62.4 MB

07. String Operations Part (2)-gfg.mp4

130.3 MB

08. Pattern Searching in Python-gfg.mp4

38.9 MB

09. Check For Palindrome In Python-gfg.mp4

91.2 MB

10. Check for Anagram in Python-gfg.mp4

97.0 MB

/Module 1/03. String/00. Problems/

00. Problems - 1.html

882.9 KB

01. Length of String.html

1.6 MB

02. Vowels in String.html

1.6 MB

03. Count Distinct 02. Vowels in String.html

1.6 MB

04. Count Words in String.html

1.6 MB

05. Lowercase to Upercase.html

1.6 MB

06. Uppercase to Lowercase.html

1.6 MB

07. String Validation.html

1.6 MB

08. Panagram Checking.html

1.6 MB

09. Missing Characters in Panagram.html

1.6 MB

10. Reverse a String.html

1.6 MB

11. Anagram.html

1.6 MB

ProblemsName.txt

0.3 KB

/Module 1/04. Hashing/

00. Classroom.html

1.1 MB

01. Introduction to Hashing-gfg.mp4

53.2 MB

02. Hashing Application-gfg.mp4

39.2 MB

03. Hashing Functions-gfg.mp4

110.8 MB

04. Collision Handling-gfg.mp4

30.8 MB

05. Chaining-gfg.mp4

97.6 MB

06. Implementation of Chaining in Python-gfg.mp4

102.6 MB

07. Open Addressing-gfg.mp4

167.0 MB

08. Double Hashing-gfg.mp4

170.2 MB

09. Implementation of Open Addressing in Python-gfg.mp4

203.9 MB

10. Chaining vs Open Addressing-gfg.mp4

59.0 MB

11. Set in Python-gfg.mp4

264.1 MB

12. Dictionary in Python-gfg.mp4

144.7 MB

13. Count Distinct Elements in a List-gfg.mp4

75.8 MB

14. Subarray with 0 sum in Python-gfg.mp4

129.5 MB

15. Check for Palindrome Permutation-gfg.mp4

99.8 MB

/Module 1/04. Hashing/00. Problems/

00. Problems - 1.html

880.1 KB

01. Count Non-Repeated Elements.html

1.9 MB

02. Print Non-Repeated Elements.html

1.9 MB

03. Non Repeating Character.html

1.6 MB

04. Hashing for pair - 1.html

1.6 MB

05. Hashing for pair - 2.html

1.6 MB

06. Winner of an election.html

1.6 MB

ProblemsName.txt

0.2 KB

/Module 1/05. Recursion/

00. Classroom.html

1.1 MB

01. Recursion in Python-gfg.mp4

133.0 MB

02. Applications of Recursion-gfg.mp4

71.1 MB

03. Practice For Recursion (Part 1)-gfg.mp4

71.7 MB

04. Practice For Recursion (Part 2)-gfg.mp4

66.3 MB

05. Sum of Natural Numbers Using Recursion-gfg.mp4

47.2 MB

06. Print N to 1 using Recursion in Python-gfg.mp4

43.8 MB

07. Print 1 to N using Recursion in Python-gfg.mp4

42.6 MB

08. Sum Of Digits Using Recursion-gfg.mp4

60.6 MB

09. Tower of Hanoi in Python-gfg.mp4

172.7 MB

10. Josephus Problem in Python-gfg.mp4

146.0 MB

/Module 1/05. Recursion/00. Problems/

00. Problems - 1.html

885.6 KB

01. Print 1 To N Without Loop.html

1.6 MB

02. Factorial Using Recursion.html

1.6 MB

03. Count Total Digits in a Number.html

1.6 MB

04. Sum of Digits of a Number.html

1.6 MB

05. Recursively Sum N Numbers.html

1.6 MB

06. Fibonacci Using Recursion.html

1.6 MB

07. The Sequence.html

1.6 MB

08. Find nCr.html

1.6 MB

09. Check Palindrome.html

1.6 MB

10. GCD Euclid.html

1.6 MB

11. Print Array Elements Using Recursion.html

1.6 MB

12. Tower Of Hanoi.html

1.6 MB

13. Power Using Recursion.html

1.6 MB

14. Power Of Numbers.html

1.6 MB

ProblemsName.txt

0.4 KB

/Module 1/06. Searching/

00. Classroom.html

1.1 MB

01. Binary Search in Python-gfg.mp4

154.9 MB

02. Recursive Binary Search in Python-gfg.mp4

82.8 MB

03. Analysis of Binary Search-gfg.mp4

77.6 MB

04. Index of First Occurrence-gfg.mp4

92.3 MB

05. Index of Last Occurrence-gfg.mp4

89.2 MB

06. Count Occurrences in a Sorted Array-gfg.mp4

58.0 MB

/Module 1/06. Searching/00. Problems/

00. Problems - 1.html

879.8 KB

01. Search an Element in an array.html

1.6 MB

02. Searching an element in a sorted array.html

1.6 MB

03. Count 1's in binary array.html

1.6 MB

04. Square root of a number.html

1.6 MB

05. Majority Element.html

1.6 MB

ProblemsName.txt

0.2 KB

/Module 1/07. Sorting/

00. Classroom.html

1.1 MB

01. Bubble Sort-gfg.mp4

134.4 MB

02. Selection Sort-gfg.mp4

89.6 MB

03. Insertion Sort in Python-gfg.mp4

139.4 MB

04. Merge Two Sorted Arrays-gfg.mp4

91.9 MB

05. Merge Subarrays-gfg.mp4

88.6 MB

06. Merge Sort Algorithm-gfg.mp4

101.6 MB

07. Merge Sort Analysis-gfg.mp4

73.9 MB

08. Quick Sort Introduction-gfg.mp4

81.8 MB

09. Partition a Given Array-gfg.mp4

54.8 MB

10. Lomuto Partition-gfg.mp4

84.5 MB

11. Hoare's Partition-gfg.mp4

107.7 MB

12. Quick Sort using Lomuto Partition-gfg.mp4

103.8 MB

13. Quick Sort using Hoare's Partition-gfg.mp4

89.9 MB

14. Analysis of Quick Sort-gfg.mp4

147.0 MB

15. Space Analysis of Quick Sort-gfg.mp4

96.0 MB

16. Tail Call Elimination in Quick Sort-gfg.mp4

48.7 MB

17. Sorting in Python-gfg.mp4

29.3 MB

18. List Sort in Python-gfg.mp4

99.5 MB

19. Sorted in Python-gfg.mp4

57.1 MB

/Module 1/07. Sorting/00. Problems/

00. Problems - 1.html

889.6 KB

01. Bubble Sort.html

1.6 MB

02. Selection Sort.html

1.6 MB

03. Insertion Sort.html

1.6 MB

04. Shell Sort.html

1.6 MB

05. Quick Sort.html

1.6 MB

06. Merge Sort.html

1.6 MB

07. Counting Sort.html

1.7 MB

08. Radix Sort.html

1.6 MB

09. Binary Array Sorting.html

1.6 MB

10. Count the number of possible triangles.html

1.6 MB

ProblemsName.txt

0.2 KB

/.../01. Linked List/

00. Classroom.html

1.1 MB

01. Linked List Introduction in Python-gfg.mp4

98.5 MB

02. Simple Linked List Implementation in Python-gfg.mp4

44.4 MB

03. Applications of Linlked List-gfg.mp4

79.2 MB

04. Traversing a Linked List in Python-gfg.mp4

51.4 MB

05. Search in Linked List-gfg.mp4

80.6 MB

06. Insert At The Bigenning of Linked list in Python-gfg.mp4

55.9 MB

07. Insert at The End Of Linked List-gfg.mp4

68.1 MB

08. Insert at Given Position in Singly Linked list-gfg.mp4

64.8 MB

09. Delete First Node Of Linked List in Python-gfg.mp4

38.6 MB

10. Delete Last Node of Linked List-gfg.mp4

56.4 MB

11. Sorted Insert Linked List in Python-gfg.mp4

65.7 MB

12. Reverse a Linked List In Python-gfg.mp4

111.9 MB

13. Recursive Reverse A Linked List (Part 1)-gfg.mp4

72.5 MB

14. Recursive Reverse A Linked List (Part 2)-gfg.mp4

76.1 MB

/.../01. Linked List/00. Problems/

00. Problems - 1.html

895.7 KB

01. Display Linked List.html

1.6 MB

02. Sum The Nodes of Linked List.html

1.6 MB

03. Count nodes of linked list.html

1.6 MB

04. Maximum And Minimum In Linked List.html

1.6 MB

05. Search In Linked List.html

1.6 MB

06. Linked List Insertion.html

1.6 MB

07. Insert in Middle of Linked List.html

1.6 MB

08. 06. Linked List Insertion At Position.html

1.6 MB

09. Insert In Sorted Linked List.html

1.6 MB

10. Delete Tail of Linked List.html

1.6 MB

11. Delete Head of Linked List.html

1.6 MB

12. Linked List Delete at Position.html

1.6 MB

13. Is Linked List Sorted.html

1.6 MB

14. Join Two Linked Lists.html

1.6 MB

15. Remove duplicate element from sorted Linked List.html

1.6 MB

16. Identical Linked Lists.html

1.6 MB

17. Nth node from end of linked list.html

1.6 MB

18. Reverse a linked list.html

1.6 MB

ProblemsName.txt

0.6 KB

/.../02. Circular Linked List/

00. Classroom.html

1.1 MB

01. Circular Linked List in Python-gfg.mp4

29.7 MB

02. Circular Linked List (Advantages & Disadvantages)-gfg.mp4

54.0 MB

03. Circular Linked List traversal-gfg.mp4

60.8 MB

04. Insert at the Beginning of Circular Linked List-gfg.mp4

87.5 MB

05. Insert at The End of A Circular Linked List-gfg.mp4

76.5 MB

06. Delete Head of circular Linked List-gfg.mp4

50.2 MB

07. Delete Kth Node of Circular Linked List-gfg.mp4

58.1 MB

/.../02. Circular Linked List/00. Problems/

00. Problems - 1.html

882.5 KB

01. Display Circular Linked List.html

1.6 MB

02. Length of Circular Linked List.html

1.6 MB

03. Check If Circular Linked List.html

1.6 MB

04. Circular Linked List Head Insert.html

1.6 MB

05. Circular Linked List Tail Insert.html

1.6 MB

06. Circular Linked List Insertion At Position.html

1.7 MB

07. Delete Tail of Circular Linked List.html

1.6 MB

08. Delete Head of Circular Linked List.html

1.6 MB

09. Circular Linked List Delete at Position.html

1.6 MB

ProblemsName.txt

0.4 KB

/.../03. Doubly Linked List/

00. Classroom.html

1.1 MB

01. Doubly Linked List in Python-gfg.mp4

36.4 MB

02. Singly Vs Doubly Linked List (Advantages & Disadvantages)-gfg.mp4

72.6 MB

03. Insert at the Beginning of DLL in Python-gfg.mp4

57.8 MB

04. Insert at the End of DLL in Python-gfg.mp4

52.1 MB

05. Delete Head of A Doubly Linked List-gfg.mp4

35.9 MB

06. Delete Last Node of DLL in Python-gfg.mp4

53.6 MB

07. Reverse A Doubly Linked Llist in Python-gfg.mp4

64.0 MB

/.../03. Doubly Linked List/00. Problems/

00. Problems - 1.html

886.1 KB

01. Display Doubly Linked List.html

1.6 MB

02. Doubly Linked List Head Insert.html

1.6 MB

03. Doubly Linked List Tail Insert.html

1.6 MB

04. Doubly linked list Insertion at given position.html

1.6 MB

05. Insert in Sorted way in a Sorted DLL.html

1.7 MB

06. Delete Tail of Doubly Linked List.html

1.6 MB

07. Delete Head of Doubly Linked List.html

1.6 MB

08. Delete node in Doubly Linked List.html

1.6 MB

09. Reverse a Doubly Linked List.html

1.6 MB

10. Display Circular Doubly Linked List.html

1.6 MB

11. Is The Doubly Linked List Circular.html

1.6 MB

12. Compare Circular Doubly Linked Lists.html

1.6 MB

13. Find Middle of Circular Doubly Linked List.html

1.6 MB

ProblemsName.txt

0.5 KB

/Module 2/04. Stack/

00. Classroom.html

1.1 MB

01. Stack Data Structure-gfg.mp4

79.4 MB

02. Stack Applications-gfg.mp4

36.0 MB

03. Stack in Python-gfg.mp4

96.6 MB

04. Linked List Implementation of Stack in Python-gfg.mp4

85.9 MB

05. Check for Balanced Parenthesis in Python-gfg.mp4

138.4 MB

06. Infix, Prefix and Postfix Introduction-gfg.mp4

80.5 MB

07. Infix to Postfix (Simple Solution)-gfg.mp4

80.0 MB

08. Infix to Postfix (Efficient Solution)-gfg.mp4

127.9 MB

09. Evaluation of Postfix-gfg.mp4

100.8 MB

10. Infix to Prefix (Simple Solution)-gfg.mp4

72.9 MB

11. Infix to Prefix (Efficient Solution)-gfg.mp4

147.4 MB

12. Evaluation of Prefix-gfg.mp4

63.3 MB

/Module 2/04. Stack/00. Problems/

00. Problems - 1.html

884.2 KB

01. Insert In Stack.html

1.6 MB

02. Reverse Array Using Stack.html

1.6 MB

03. Implement Stack Using Array.html

1.6 MB

04. Implement Stack using Linked List.html

1.6 MB

05. Operations on Stack.html

1.6 MB

06. Middle Of Stack.html

1.6 MB

07. Parenthesis Checker.html

1.6 MB

08. Infix to Postfix.html

1.6 MB

09. Evaluation of Postfix Expression.html

1.6 MB

ProblemsName.txt

0.3 KB

/Module 2/05. Queue/

00. Classroom.html

1.1 MB

01. Queue Data Structure-gfg.mp4

49.4 MB

02. Application of Queue Data structure-gfg.mp4

81.4 MB

03. Queue in Python-gfg.mp4

82.3 MB

04. Linked List Implementation of Queue in Python-gfg.mp4

103.3 MB

05. Queue Implementation using Circular List-gfg.mp4

176.2 MB

/Module 2/05. Queue/00. Problems/

00. Problems - 1.html

881.0 KB

01. Implement Queue using array.html

1.6 MB

02. Operations on Queue.html

1.6 MB

03. Implement Queue using Linked List.html

1.6 MB

04. Queue Reversal.html

1.6 MB

05. Queue using two Stacks.html

1.6 MB

ProblemsName.txt

0.1 KB

/Module 2/06. Deque/

00. Classroom.html

1.1 MB

01. Deque Introduction-gfg.mp4

27.8 MB

02. Deque Applications-gfg.mp4

30.6 MB

03. Deque in Python-gfg.mp4

100.0 MB

04. Design a data structure with min-max operations-gfg.mp4

52.7 MB

05. Linked List Implementation of Deque-gfg.mp4

75.4 MB

06. List Implementation of Deque in Python-gfg.mp4

116.9 MB

/Module 2/06. Deque/00. Problems/

00. Problems - 1.html

878.5 KB

01. Deque Implementations.html

1.9 MB

02. Implement Dequeue Using Linked List.html

1.6 MB

03. Insertion in deque.html

1.6 MB

04. Dequeue Traversal.html

1.6 MB

05. Deque deletion.html

1.6 MB

06. Rotate Deque By K.html

1.6 MB

ProblemsName.txt

0.2 KB

/Module 3/01. Tree/

00. Classroom.html

1.1 MB

01. Tree Data Structure-gfg.mp4

34.5 MB

02. Tree Traversal-gfg.mp4

75.6 MB

03. Application of Tree-gfg.mp4

33.2 MB

04. Binary Tree in Python-gfg.mp4

82.6 MB

05. Inorder Traversal in Python-gfg.mp4

133.1 MB

06. Preorder Traversal in Python-gfg.mp4

66.9 MB

07. Postorder Traversal in Python-gfg.mp4

69.6 MB

08. Size of Binary Tree in Python-gfg.mp4

118.6 MB

09. Maximum in Binary Tree-gfg.mp4

104.2 MB

10. Search Binary Tree-gfg.mp4

93.5 MB

11. Height of Binary Tree-gfg.mp4

159.8 MB

12. Iterative Inorder Traversal-gfg.mp4

97.9 MB

13. Iterative Preorder Traversal-gfg.mp4

82.6 MB

14. Level Order Traversal-gfg.mp4

137.8 MB

/Module 3/01. Tree/00. Problems/

00. Problems - 1.html

883.5 KB

01. Preorder Traversal.html

1.6 MB

02. Inorder Traversal.html

1.6 MB

03. Postorder Traversal.html

1.6 MB

04. Level order traversal.html

1.6 MB

05. Height of Binary Tree.html

1.6 MB

ProblemsName.txt

0.1 KB

/.../02. Binary Search Tree/

00. Classroom.html

1.1 MB

01. Binary Search Tree(Background)-gfg.mp4

49.6 MB

02. Binaary Search Tree in Python-gfg.mp4

103.4 MB

03. Search in BST in Python-gfg.mp4

158.5 MB

04. BST insert in Python-gfg.mp4

178.6 MB

05. BST Delete in Python-gfg.mp4

157.4 MB

06. Floor in BST (Problem and Solution Idea)-gfg.mp4

56.9 MB

07. BST Floor in Python-gfg.mp4

56.5 MB

08. Ceiling in BST in Python-gfg.mp4

60.6 MB

/.../02. Binary Search Tree/00. Problems/

00. Problems - 1.html

881.1 KB

01. Insert a node in a BST.html

1.6 MB

02. Search a node in BST.html

1.6 MB

03. Preorder in BST.html

1.6 MB

04. Inorder in BST.html

1.6 MB

05. Postorder in BST.html

1.6 MB

06. Levelorder in BST.html

1.6 MB

07. Delete a node from BST.html

1.6 MB

ProblemsName.txt

0.2 KB

/Module 4/01. Heap/

00. Classroom.html

1.1 MB

01. Binary Heap Introduction-gfg.mp4

72.3 MB

02. Heap Python Implementation (Introduction)-gfg.mp4

58.5 MB

03. Binary Heap Insert-gfg.mp4

87.6 MB

04. Binary Heap (Extract min and Heapify)-gfg.mp4

153.2 MB

05. Decrease Key and Delete Operations-gfg.mp4

123.2 MB

06. Build Heap-gfg.mp4

136.9 MB

07. Heapq in Python-gfg.mp4

80.8 MB

/Module 4/01. Heap/00. Problems/

00. Problems - 1.html

879.3 KB

01. Binary Heap Operations.html

1.9 MB

02. Heap Sort.html

1.9 MB

03. Kth largest element.html

1.6 MB

04. Kth smallest element.html

1.6 MB

ProblemsName.txt

0.1 KB

/Module 4/02. Graph/

00. Classroom.html

1.1 MB

01. Introduction to Graph-gfg.mp4

73.2 MB

02. Graph Representation (Adjacency Matrix)-gfg.mp4

64.1 MB

03. Graph Representation (Adjacency List)-gfg.mp4

59.9 MB

04. Graph Adjacency List Representation in Python-gfg.mp4

55.4 MB

05. Adjacency Matrix and List Comparison-gfg.mp4

56.4 MB

06. Breadth First Search in Python-gfg.mp4

121.5 MB

07. BFS for Dsiconnected Graph-gfg.mp4

108.1 MB

08. Connected Components in an Undirected Graph using BFS-gfg.mp4

52.5 MB

09. Applications of BFS-gfg.mp4

31.4 MB

10. Depth First Search-gfg.mp4

107.7 MB

11. DFS For Disconnected Graph-gfg.mp4

89.5 MB

12. Connected Components in an Undirected Graph using DFS-gfg.mp4

35.2 MB

13. Applications of DFS-gfg.mp4

48.9 MB

/Module 4/02. Graph/00. Problems/

00. Problems - 1.html

885.1 KB

01. Print adjacency list.html

1.7 MB

02. BFS of graph.html

1.7 MB

03. DFS of Graph.html

1.7 MB

04. Find the number of islands.html

1.6 MB

05. Detect cycle in an undirected graph.html

1.7 MB

06. Detect cycle in a directed graph.html

1.7 MB

ProblemsName.txt

0.2 KB

 

Total files 371


Copyright © 2025 FileMood.com