Old Search System: data structures




  • Functional Data Structures and Algorithms

    Functional Data Structures and Algorithms MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch...


    Functional data structures have the power to improve the code base of an application and improve efficiency. With the advent of functional programming, and with powerful functional languages such as Scala, Clojure and Elixir becoming part of important enterprise applications, functional data structures have gained an important place in the...


  • C# Data Structures

    C# Data StructuresMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1...


    Almost every application stores and manipulates data in memory. This video acquaints developers with fundamental data structures and collection types in C#, including Lists, Dictionaries, Stacks, and Queues. It also covers synchronized collections, which can be accessed from concurrent threads. C__Data_Structures.part1.rar - 100.0 MB
    C__Data_Structures.part2.rar - 89.8 MB


  • Data structures in C language

    Data structures in C languageMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch |...


    learn about data structures in c language in detailed manner
    This course is based on the learning the basics of Data structures in C language. it introduces some basic data structures (like arrays, linked lists, stacks, queues etc) . in theoretical part we will learn about theory part and algorithms of...


  • Algorithms and Data Structures: Priority Queue

    Algorithms and Data Structures: Priority QueueMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch...


    As a developer, you work with algorithms and data structures every day. But how often do you take the time to understand how they work? In the first in a series of videos on algorithms and data structures, Razi discusses the fundamental concepts of Comparison and Stability, and then dives...


  • Algorithms and Data Structures in Java

    Algorithms and Data Structures in JavaMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch...


    Learn how to solve complex problems in Java
    This course is about data structures and algorithms. We are going to implement the problems in Java, but I try to do it as generic as possible: so the core of the algorithms can be used in C++ or Python. The course takes...


  • Algorithms and Data Structures: Binary Search Trees

    Algorithms and Data Structures: Binary Search TreesMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz...


    The second video in this series tackles Binary Search Trees (BSTs). You'll learn what they are, how they work, how they differ from ordinary binary trees, and when to use them. Razi concludes by implementing a BST in C# to solidify the concepts presented. Algorithms_and_Data_Structures_Binary_Search_Trees.part1.rar - 100.0 MB
    Algorithms_and_Data_Structures_Binary_Search_Trees.part2.rar - 65.4...


  • Data Structures and Algorithms in Java

    Data Structures and Algorithms in JavaMP4 | Video: 1280x720 | 45 kbps | 44 KHz...


    Learn Data Structures and Algorithms in Java to provide efficient solutions to complex problems
    This course will help you develop a strong background in Data Structures and Algorithms. The course is broken down into easy to assimilate short lectures, and after each topic there is a quiz that can help you...


  • Introduction to Algorithms and Data structures in C++

    Introduction to Algorithms and Data structures in C++MP4 | Video: AVC 1280x720 | Audio: AAC...


    A step-by-step guide with solved problems. I'm teaching visually with lots of examples.
    I'm a competitive programmer, being awarded with 3x Gold Medals in the Computing Olympiad C/C++. You will learn fundamentals Algorithms & Data structures fast and the knowledge will resist because I teach you using visual examples.
    You will get...


  • Learning Data Structures in JavaScript from scratch

    Learning Data Structures in javascript from scratchMP4 | Video: AVC 1280x720 | Audio: AAC 44KHz...


    Write more efficient & performant code by learning data structures. Be well prepared for technical interview questions.
    This course teaches data structures (linked lists, binary search trees, hash tables) from the ground up. Data structures allow you to improve the efficiency, performance, speed, and scalability of your code/programs/applications. You will learn...


  • Data Structures in Java for Noobs (Lite Edition)

    Data Structures in Java for Noobs (Lite Edition)MP4 | Video: AVC 1280x720 | Audio: AAC...


    Data Structures Made Simple With Step by Step Instructions and Diagrams
    This course will introduce you to the following data structures
    Singly Linked List
    Doubly Linked List
    So why even bother learning data structures? I know everybody wants to build the latest and greatest app or build a website so why data structures? I'll...


  • How to make advanced data structures for reporting in Excel

    How to make advanced data structures for reporting in ExcelMP4 | Video: AVC 1280x720 |...


    A case study for transforming data structures or dashboards into reporting layouts in 5 steps
    The aim of this course is to give you a combination of knowledge about basic and advanced functions and functionalities provided by Microsoft Excel, while guiding you in creating a dashboard and/or advanced data structures step...


  • Python for Data Structures, Algorithms, and Interviews!

    Python for Data Structures, Algorithms, and Interviews! MP4 | Video: AVC 1280x720 | Audio: AAC...


    Get a kick start on your career and ace your coding interviews!

    PLEASE NOTE: IF YOU ARE A COMPLETE BEGINNER TO PYTHON, CHECK OUT MY OTHER COURSE: COMPLETE PYTHON BOOTCAMP TO LEARN PYTHON!

    Welcome to Python for Data Structures, Algorithms and Interviews!

    This is the most comprehensive...


  • Data Structures in Java for Noobs

    Data Structures in Java for Noobs MP4 | Video: 1280x720 | 57 kbps | 44...


    Data Structures Made Simple With Step by Step Instructions and Diagrams

    (This Course is still in development)

    This course will introduce you to the following data structures
    Singly Linked List
    Doubly Linked List
    Stack
    Queues
    Circular Arrays
    Priority Queues
    So why even bother learning data structures? I know...


  • Data Structures in C++

    Data Structures in C++ MP4 | Video: 1280x720 | 61 kbps | 44 KHz |...


    Learn and master the popular data structures in C++

    Ever wondered how large amounts of data is stored in computers and still accessed efficiently? In computer science, a data structure is a particular way of organizing data so that it can be used efficiently.

    In this course, we...


  • Foundations of Programming: Data Structures

    Foundations of Programming: Data Structures Duration: 2hr 29m | Video: h264, yuv420p, 1280x720 30fps |...


    Starting with simple ways of grouping data like arrays and structs, together you\'ll explore gradually more complex data structures, like dictionaries, sets, hash tables, queues and stacks, links and linked lists, and trees and graphs. Simon keeps the lessons grounded in the real world and answers the \"why\" behind many...


  • From 0 to 1: Data Structures And Algorithms - See to Believe

    From 0 to 1: Data Structures And Algorithms - See to Believe MP4 | Video:...


    Learn so you can see it with your eyes closed

    This is an animated, visual and spatial way to learn data structures and algorithms

    Our brains process different types of information differently - evolutionarily we are wired to absorb information best when it is visual and spatial i.e....


  • Learning JavaScript Data Structures and Algorithms

    Learning javascript Data Structures and Algorithms Duration: 1hr 31m | Video: h264, yuv420p, 1280x720 30fps...


    As businesses collect increasing amounts of vital data, the need to structure software components increases every day. Using appropriate data structures and having a good understanding of algorithm analysis is key to writing maintainable and extensible quality software, thus solving the crisis.
    Learning javascript Data Structures and Algorithms will show you...


  • Advanced Data Structures and Algorithms in C#

    Advanced Data Structures and Algorithms in C# MP4 | Video: 1280x720 | 53 kbps |...


    Learn Advanced Data Structures and Algorithms in Java to provide efficient solutions to complex problems

    This course provides a comprehensive explanation of different types of graph and various graph algorithms. Throughout the course a step by step approach is followed to make you understand different algorithms. Through this course...


  • Designing Data Structures in Python Training Video

    Designing Data Structures in Python Training Video Duration: 6hr 2m | Video: h264, yuv420p, 1280x720...


    Many Python programmers learned their skills through non-traditional routes, rather than through an undergraduate computer science degree. This video helps complete your education in fundamental data types step-by-step. For many of the data structures, you\'ll write sample code using a variety of existing modules, and define a process that will...


  • Advanced Data Structures and Algorithms in Java

    Advanced Data Structures and Algorithms in Java MP4 | Video: 1280x720 | 53 kbps |...


    Learn Advanced Data Structures and Algorithms in Java to provide efficient solutions to complex problems

    This course provides a comprehensive explanation of different types of graph and various graph algorithms. Throughout the course a step by step approach is followed to make you understand different algorithms. Through this course...