- 12Aug 2025
Skip List
PTAlgorithms & Data StructuresThis presentation explored Skip List is a data structure that allows fast search in ordered lists, using multiple layers of linked lists
Watch on YouTube Speaker - 30Apr 2025
VSCode + Copilot + Agent Mode - Productivity in the AI Era
PTIALive demonstrated techniques for enhancing productivity and accelerating development using Artificial Intelligence tools. The presentation showcased effective methods for leveraging VSCode with Copilot and the revolutionary Agent Mode to streamline coding workflows.
Watch on YouTube Host - 21Apr 2025
MST - Minimum Spanning Trees
PTAlgorithms & Data StructuresSession explored the fundamentals of Minimum Spanning Trees, their practical applications in real-world scenarios, and provided detailed analysis of key algorithms including Kruskal and Prim.
Watch on YouTube Speaker - 24Mar 2025
Topological Sorting
PTAlgorithms & Data StructuresThis presentation focused on Topological Sorting, an essential algorithm for ordering directed acyclic graphs (DAGs). The session covered its fundamental principles and demonstrated practical applications for organizing data and solving dependency problems efficiently.
Watch on YouTube Speaker - 17Feb 2025
A* (A Star)
PTAlgorithms & Data StructuresThe lecture covered the fundamentals and applications of the A* (A Star) algorithm, an efficient heuristic technique widely used to find minimum paths in graphs. The discussion demonstrated how it combines uniform cost search and heuristics to solve problems in an optimized way.
Watch on YouTube Speaker