- 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 - 03Feb 2025
Bellman-Ford
PTAlgorithms & Data StructuresSession examined the fundamentals and applications of a classic computer science algorithm: the Bellman-Ford Algorithm. The presentation detailed this powerful technique for finding minimum paths in graphs, highlighting its unique ability to handle graphs with negative weights.
Watch on YouTube Speaker