Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Stacks
Showing:
68
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Great Learning
Data Structures in C - C Programming
3
rewiews
Great Learning brings this Data Structures in C Session. C is a very flexible and well-established language thus making it the mother of all programming languages.
Add to list
9
Lesons
2 hours 7 minutes
On-Demand
Free-Video
NPTEL
Programming, Data Structures and Algorithms
2
rewiews
Comprehensive exploration of programming fundamentals, data structures, and algorithms, covering key concepts and techniques for efficient problem-solving and software development.
Add to list
60
Lesons
23 hours
On-Demand
Free-Video
Great Learning
Data Structures and Algorithms in C
2
rewiews
This video teaches Data Structures & Algorithms in C and its key functions and concepts with a variety of demonstrations and examples to help you get started on the right foot.
Add to list
21
Lesons
9 hours 49 minutes
On-Demand
Free-Video
Memorial University of Newfoundland
Data Structures and Algorithms
1
rewiews
Explore advanced data structures and algorithms, including sorting techniques, tree traversals, graph theory, and hash tables. Enhance problem-solving skills for efficient programming.
Add to list
19
Lesons
1 hour 30 minutes
On-Demand
Free-Video
NPTEL
Data Structures and Algorithms
1
rewiews
The objective of the course is to familiarize students with basic data structures and their use in fundamental algorithms. Topics covered include an introduction to object-oriented programming through stacks, queues and linked lists;
Add to list
36
Lesons
1 day 9 hours
On-Demand
Free-Video
San Diego State University
Data Structures
0
rewiews
Comprehensive exploration of data structures, algorithms, and complexity, covering linked lists, hashes, trees, heaps, sorting techniques, and advanced topics like AVL and Red-Black trees.
Add to list
89
Lesons
13 hours
On-Demand
Free-Video
Data Structures Playlist
0
rewiews
Comprehensive playlist covering essential data structures, from arrays to advanced trees, with implementation details and algorithmic applications.
Add to list
55
Lesons
9 hours
On-Demand
Free-Video
Great Learning
Java Data Structures
0
rewiews
Master essential data structures in Java: arrays, stacks, queues, linked lists, trees, graphs, and hash tables. Gain practical implementation skills and understand their applications and trade-offs.
Add to list
28
Lesons
5 hours 26 minutes
On-Demand
Free-Video
Lucid Programming
Stacks
0
rewiews
Explore stack data structure implementation in Python, including string reversal, integer-to-binary conversion, and parenthesis balancing algorithms.
Add to list
4
Lesons
30 minutes
On-Demand
Free-Video
Amigoscode
Java Data Structures Tutorial
0
rewiews
Learn Java data structures: arrays, lists, stacks, queues, sets, and maps. Explore implementation, manipulation, and practical applications for efficient data management in Java programming.
Add to list
13
Lesons
1 hour 40 minutes
On-Demand
Free-Video
Bro Code
Data Structures and Algorithms for Beginners
0
rewiews
Comprehensive tutorial covering fundamental data structures and algorithms in Java, from stacks and queues to advanced sorting techniques and tree traversal, with practical implementations and time complexity analysis.
Add to list
27
Lesons
4 hours
On-Demand
Free-Video
Great Learning
Java Data Structures
0
rewiews
Comprehensive exploration of Java data structures, from arrays to graphs, with practical implementations and in-depth explanations of key concepts like trees, heaps, and hash tables.
Add to list
16
Lesons
7 hours 31 minutes
On-Demand
Free-Video
Great Learning
Stack and Queue in C
0
rewiews
Explore stack and queue data structures in C, covering implementations using arrays and linked lists, along with their applications, advantages, and disadvantages.
Add to list
17
Lesons
1 hour 44 minutes
On-Demand
Free-Video
Coding Tech
An Introduction to Data Structures
0
rewiews
Comprehensive exploration of 12 essential data structures, covering their fundamentals, implementation, and practical applications in computer science, with a focus on efficiency and BigO notation.
Add to list
105
Lesons
2 hours 59 minutes
On-Demand
Free-Video
CodeWithHarry
Data Structures and Algorithms Course in Hindi
0
rewiews
हिंदी में डेटा स्ट्रक्चर और एल्गोरिदम का व्यापक कोर्स। प्लेसमेंट और इंटरव्यू की तैयारी के लिए आवश्यक सभी विषयों को कवर करता है, साथ ही वास्तविक समस्याओं के लिए इष्टतम समाधान बनाना सिखाता है।
Add to list
81
Lesons
1 day 5 hours
On-Demand
Free-Video
CodeWithHarry
Introduction to Data Structures and Algorithms
0
rewiews
Explore the importance of data structures and algorithms in programming, understanding their role in efficient problem-solving and code optimization for better software development.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
CodeWithHarry
Containers in C++ STL - Tutorial 70
0
rewiews
Explore C++ STL containers: versatile data structures for efficient programming. Learn implementation, benefits, and practical usage of lists, stacks, arrays, and more in this comprehensive tutorial.
Add to list
1
Lesons
23 minutes
On-Demand
Free-Video
CodeWithHarry
Coding Infix to Postfix in C Using Stack
0
rewiews
Aprende a convertir expresiones infijas a postfijas en C utilizando pilas. Tutorial práctico con explicaciones detalladas y código fuente disponible.
Add to list
1
Lesons
28 minutes
On-Demand
Free-Video
CodeWithHarry
Infix, Prefix and Postfix Expressions in Data Structures
0
rewiews
Explore infix, prefix, and postfix notations in data structures. Learn conversion techniques using stack data structure and understand their importance in programming.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
CodeWithHarry
Multiple Parenthesis Matching Using Stack with C Code
0
rewiews
Learn to implement multiple parenthesis matching using stacks in C. Explore an extension of the balanced parentheses problem with practical coding examples and in-depth explanations.
Add to list
1
Lesons
20 minutes
On-Demand
Free-Video
CodeWithHarry
Parenthesis Checking Using Stack in C Language
0
rewiews
Learn to implement parenthesis checking using stacks in C, a fundamental data structure application for validating balanced expressions in programming and mathematics.
Add to list
1
Lesons
20 minutes
On-Demand
Free-Video
CodeWithHarry
Implementing Stack Operations Using Linked List in C
0
rewiews
Comprehensive tutorial on implementing stack operations using linked lists in C, covering push, pop, isEmpty, and peek functions with detailed explanations and code examples.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
CodeWithHarry
Peek Operation in Stack Using Arrays - C Code and Explanation
0
rewiews
Implementación detallada de la operación peek en pilas utilizando arrays en C. Incluye código fuente, explicaciones paso a paso y ejemplos prácticos para una comprensión profunda.
Add to list
1
Lesons
21 minutes
On-Demand
Free-Video
CodeWithHarry
Implementing Stack Operations in C Using Arrays
0
rewiews
Implementación práctica de operaciones de pila en C usando arrays. Aprende a codificar push, pop, isEmpty y isFull desde cero para dominar esta estructura de datos fundamental.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
CodeWithHarry
Push, Pop and Other Operations in Stack Implemented Using an Array
0
rewiews
Learn to implement push, pop, and other stack operations using a static array in this hands-on tutorial. Gain practical skills for efficient data structure manipulation in programming.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
CodeWithHarry
Implementing Stack Using Array in Data Structures
0
rewiews
Learn to implement a stack using arrays in data structures with practical examples and code demonstrations. Gain hands-on experience in efficient memory management and basic stack operations.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
5 Minutes Engineering
Complete Data Structures in Hindi - 4 Hour Course
0
rewiews
Comprehensive Hindi tutorial covering essential data structures: arrays, linked lists, stacks, queues, trees, heaps, graphs, and hashing. Ideal for mastering fundamental concepts efficiently.
Add to list
9
Lesons
3 hours 42 minutes
On-Demand
Free-Video
Institut des Hautes Etudes Scientifiques (IHES)
Stacks in the p-adic Hodge Theory of Rigid Analytic Spaces
0
rewiews
Explore advanced concepts in p-adic Hodge theory and rigid analytic spaces, focusing on new geometric objects beyond diamonds in analytic geometry.
Add to list
1
Lesons
1 hour 14 minutes
On-Demand
Free-Video
Centre International de Rencontres Mathématiques
Torsion Volume Forms
0
rewiews
Explore torsion volume forms in algebraic geometry and topology with Pavel Safronov's in-depth mathematical analysis and insights.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
ChibiAkumas
Z80 Assembly - Introduction to the Stack - Lesson 4
0
rewiews
Explore Z80 assembly's stack feature for efficient register value storage and retrieval. Learn stack pointer, operations, unusual commands, and shadow registers.
Add to list
7
Lesons
34 minutes
On-Demand
Free-Video
BunG Seminar
Functor of Points and Descent - Talk 2
0
rewiews
Delve into advanced algebraic geometry concepts, exploring schemes, stacks, and topology through the lens of functor points and descent theory in this mathematical seminar.
Add to list
1
Lesons
1 hour 44 minutes
On-Demand
Free-Video
IMSA
Orbifolds as Stacks & Stringy Cohomology and Localization
0
rewiews
Explore orbifolds as stacks, twisted sectors, stringy cohomology, and localization methods in advanced mathematics with expert Ernesto Lupercio from CINVESTAV.
Add to list
1
Lesons
1 hour 7 minutes
On-Demand
Free-Video
Simple Snippets
Graph Traversal Techniques - Breadth First Search vs Depth First Search
0
rewiews
Explore graph traversal techniques: BFS for level-wise exploration and DFS for deep path exploration. Learn implementation steps, applications, and differences between these fundamental algorithms.
Add to list
5
Lesons
23 minutes
On-Demand
Free-Video
Centre International de Rencontres Mathématiques
Prismatic and Syntomic Cohomology of Ring Spectra
0
rewiews
Explore prismatic and syntomic cohomology of ring spectra, covering definitions, examples, theorems, and applications in chromatic homotopy and K-theory.
Add to list
9
Lesons
52 minutes
On-Demand
Free-Video
Institut des Hautes Etudes Scientifiques (IHES)
Plectic Cohomology of Mixed Shimura Varieties and Stacks
0
rewiews
Explore joint work on plectic cohomology of mixed Shimura varieties and stacks with Tony Scholl from the University of Cambridge.
Add to list
1
Lesons
1 hour 14 minutes
On-Demand
Free-Video
Adobe
Adobe XD Masterclass - Tips and Tricks for Improved Design Workflows - Episode 39
0
rewiews
Explore Adobe XD tips and tricks to enhance design workflows, from document setup to advanced features like components, repeat grids, and plugins for efficient web design.
Add to list
18
Lesons
58 minutes
On-Demand
Free-Video
Adobe
What's New in Adobe XD - UI/UX Design Features
0
rewiews
Explore latest UI/UX design features in Adobe XD with Sr. Evangelist Howard Pinsky. Learn to design a notes app using Scroll Groups and Stacks in this hands-on demonstration.
Add to list
8
Lesons
27 minutes
On-Demand
Free-Video
IMSA
An Introductory Mini Course into Quantum Toric Geometry Lecture I - Day 1
0
rewiews
Explore quantum toric geometry, a non-commutative generalization of toric geometry. Learn about stacks, quantum tori, and quantum toric varieties, building on foundations of traditional toric geometry.
Add to list
17
Lesons
1 hour 2 minutes
On-Demand
Free-Video
Derek Banas
SwiftUI Tutorial
0
rewiews
Learn to build three apps using SwiftUI, covering stacks, components, modifiers, models, navigation, and more. Gain practical experience in modern iOS development techniques.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
Derek Banas
C++ Tutorial - Associative Containers and Container Adapters - Lesson 18
0
rewiews
Explore associative containers (set, multiset, map, multimap) and container adapters (stacks, queues, priority queues) in C++. Learn about enums and their applications in programming.
Add to list
1
Lesons
21 minutes
On-Demand
Free-Video
Derek Banas
C# Tutorial - Collections and Data Structures
0
rewiews
Explore C# collections including ArrayLists, Dictionaries, Queues, and Stacks. Learn their functions and practical applications in this comprehensive tutorial.
Add to list
1
Lesons
21 minutes
On-Demand
Free-Video
Kevin McAleer
Learning Python - Files & Data Structures for Raspberry Pi Robots
0
rewiews
Explore Python file handling and data structures for Raspberry Pi robots. Learn to manipulate files, implement various data structures, and work with YAML, CSV, and JSON formats.
Add to list
26
Lesons
1 hour 6 minutes
On-Demand
Free-Video
Simple Snippets
Stack Implementation Using Linked List - Part 1
0
rewiews
Comprehensive tutorial on implementing stack using linked list, covering algorithm, pseudocode, and operations with visual aids. Ideal for data structure enthusiasts seeking in-depth understanding.
Add to list
1
Lesons
50 minutes
On-Demand
Free-Video
Rust
Boxes, Heaps, and Stacks in Rust - September 2022
0
rewiews
Explore memory management in Rust through boxes, heaps, and stacks. Learn how Rust's compiler guides programmers in handling pointers and memory allocation efficiently.
Add to list
1
Lesons
41 minutes
On-Demand
Free-Video
Docker
Deploying Multi-OS Applications with Docker
0
rewiews
Orchestrate multi-OS applications using Docker swarm mode and networking in Docker Enterprise Edition. Learn deployment strategies and modernization techniques for legacy applications.
Add to list
18
Lesons
1 hour
On-Demand
Free-Video
Kunal Kushwaha
Stacks and Queues Complete Tutorial - Theory + Implementation + Types - Dynamic, Circular
0
rewiews
Comprehensive tutorial on stacks and queues, covering theory, implementation, and various types. Includes hands-on coding, exception handling, and complexity analysis for aspiring programmers and interviewees.
Add to list
20
Lesons
1 hour 31 minutes
On-Demand
Free-Video
Simple Snippets
Prefix to Infix Expression Using Stack Data Structure - Rules and Pseudocode
0
rewiews
Learn to convert prefix expressions to infix using stack data structure. Covers rules, pseudocode, and step-by-step example, demonstrating LIFO principle and practical application of stacks in expression conversion.
Add to list
1
Lesons
30 minutes
On-Demand
Free-Video
Simple Snippets
Postfix to Infix Expression Using Stack Data Structure - Rules and Pseudocode
0
rewiews
Learn to convert postfix to infix expressions using stack data structure. Covers rules, pseudocode, and practical examples. Ideal for understanding stack applications in expression conversion.
Add to list
1
Lesons
33 minutes
On-Demand
Free-Video
Simple Snippets
Stack Data Structure in C++ Programming - All Operations Using Arrays - Part 2
0
rewiews
Comprehensive tutorial on implementing stack data structure in C++, covering all standard operations including push, pop, isEmpty, isFull, peek, count, change, and display.
Add to list
12
Lesons
38 minutes
On-Demand
Free-Video
Great Learning
Data Structures and Algorithms for Tech Interviews - Tips & Tricks to Crack Interviews
0
rewiews
Learn essential data structures and algorithms for tech interviews, covering arrays, linked lists, stacks, queues, searching, and sorting techniques with practical implementations and complexity analysis.
Add to list
12
Lesons
1 hour
On-Demand
Free-Video
Neso Academy
Application of Stacks - Infix to Postfix
0
rewiews
Learn to evaluate postfix expressions using C programming, focusing on stack implementation and algorithm development for efficient mathematical calculations.
Add to list
5
Lesons
23 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
C++ STL
0
rewiews
Comprehensive overview of C++ STL, covering data structures and algorithms. Learn efficient coding techniques and boost your programming skills with practical examples.
Add to list
13
Lesons
1 hour 2 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Stack - Celebrity Problem and Max Rectangle in Binary Matrix with All 1's
0
rewiews
Solve famous Stack Hard Questions: Celebrity Problem and Max Rectangle in Binary Matrix. Learn efficient approaches and coding solutions for these challenging algorithmic problems.
Add to list
8
Lesons
44 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Largest Rectangular Area in Histogram - Optimised Approach
0
rewiews
Learn to solve the "Largest Rectangular Area in Histogram" problem using optimized stack-based approaches. Gain insights into efficient problem-solving techniques for this classic algorithm challenge.
Add to list
9
Lesons
29 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Stack Interview Questions - Placement Series by Love Babbar
0
rewiews
Comprehensive tutorial solving 8 stack interview questions, covering approaches and code implementations for common algorithmic challenges in data structures.
Add to list
24
Lesons
1 hour 36 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Linear Data Structures - Data Structures Part-1
0
rewiews
Comprehensive exploration of linear data structures, including arrays, linked lists, stacks, and queues. Covers implementation, operations, and applications, along with searching and sorting algorithms.
Add to list
31
Lesons
11 hours 34 minutes
On-Demand
Free-Video
Kunal Kushwaha
Stacks & Queues Interview Questions - Google, Facebook, Amazon, Microsoft
0
rewiews
Comprehensive guide to solving stack and queue interview questions from top tech companies, with step-by-step explanations and code walkthroughs for various difficulty levels.
Add to list
9
Lesons
2 hours 24 minutes
On-Demand
Free-Video
PHP UK Conference
Masterizing PHP Data Structure
0
rewiews
Explore advanced PHP data structures beyond arrays, including SPL and extensions, to optimize code performance and efficiency in complex applications.
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
linux.conf.au
Does Making the Kernel Harder Make Making the Kernel Harder?
0
rewiews
Exploring the impact of Linux Kernel Hardening Project on vulnerability reduction, exploit difficulty, and development challenges. Analyzes subtle security benefits and associated costs.
Add to list
11
Lesons
46 minutes
On-Demand
Free-Video
CppNow
Lockfree Programming Part 2 - Data Structures
0
rewiews
Explore advanced lockfree programming techniques, focusing on data structures like stacks and queues, while addressing challenges such as ABA problems and memory ordering.
Add to list
16
Lesons
1 hour 34 minutes
On-Demand
Free-Video
EuroPython Conference
Data Structures with Python
0
rewiews
Aprenda estruturas de dados em Python com uma abordagem híbrida que reduziu a taxa de reprovação de 85% para 12%. Inclui recursão, listas encadeadas, filas, pilhas e algoritmos de ordenação.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
JSConf
From Zero to Binary Search Tree
0
rewiews
Explore fundamental data structures like Hash Tables, Arrays, Stacks, Queues, Linked Lists, and Binary Search Trees through hands-on building, enhancing your structured data skills for JavaScript development.
Add to list
14
Lesons
32 minutes
On-Demand
Free-Video
Circuit Dojo
Zephyr 101 - Thread Control
0
rewiews
Learn to manage threads in Zephyr RTOS, covering stack and heap usage, thread creation, message queues, and practical implementation for efficient embedded system development.
Add to list
1
Lesons
20 minutes
On-Demand
Free-Video
Conf42
Memory Management in Go - The Good, the Bad and the Ugly
0
rewiews
Explore Go's memory management: strengths, weaknesses, and pitfalls. Gain insights for efficient programming and optimal performance.
Add to list
2
Lesons
30 minutes
On-Demand
Free-Video
NashKnolX
Exploring Terramate: Code Generation and Orchestration for Terraform at Scale
0
rewiews
Enhance Terraform capabilities with Terramate: code generation, stacks, orchestration, and change detection for efficient large-scale infrastructure management.
Add to list
1
Lesons
30 minutes
On-Demand
Free-Video
Platform Engineering
Amplify Terraform Projects with Stacks and Code Generation
0
rewiews
Explore strategies for breaking down monolithic Terraform projects into manageable stacks and automate config file generation for improved efficiency and reduced maintenance.
Add to list
1
Lesons
46 minutes
On-Demand
Free-Video
Platform Engineering
Keeping it DRY with Your Terraform Code
0
rewiews
Explore breaking down large Terraform projects, automate config file creation, and minimize maintenance efforts using the DRY methodology for efficient infrastructure management.
Add to list
1
Lesons
41 minutes
On-Demand
Free-Video
Great Learning
Data Structure and Algorithm with Interview Questions - Comprehensive Python Guide
0
rewiews
Comprehensive guide to data structures and algorithms, covering essential concepts, Python implementation, and practical applications in AI. Includes interview preparation and coding challenges.
Add to list
22
Lesons
8 hours 57 minutes
On-Demand
Free-Video
load more...