Composite data types

Passive data structure

In computer science and object-oriented programming, a passive data structure (PDS, also termed a plain old data structure, or plain old data, POD) is a term for a record, to contrast with objects. It is a data structure that is represented only as passive collections of field values (instance variables), without using object-oriented features. (Wikipedia).

Video thumbnail

Data Structures: List as abstract data type

See complete series of videos in data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&feature=view_all In this lesson, we will introduce a dynamic list structure as an abstract data type and then see one possible implementation of dynamic list using

From playlist Data structures

Video thumbnail

Data structures: Introduction to graphs

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have described Graph data structure as a mathematical model. We have briefly described the concept of Graph and some of its applications. For practice

From playlist Data structures

Video thumbnail

Graph Data Structure 1. Terminology and Representation (algorithms)

This is the first in a series of videos about the graph data structure. It mentions the applications of graphs, defines various terminology associated with graphs, and describes how a graph can be represented programmatically by means of adjacency lists or an adjacency matrix.

From playlist Data Structures

Video thumbnail

Data structures: Introduction to Trees

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have described tree data structure as a logical model in computer science. We have briefly discussed tree as a non-linear hierarchical data structure, i

From playlist Data structures

Video thumbnail

Stack Data Structure - Algorithm

This is an explanation of the dynamic data structure known as a stack. It includes an explanation of how a stack works, along with pseudocode for implementing the push and pop operations with a static array variable.

From playlist Data Structures

Video thumbnail

Data structures: Introduction to Doubly Linked List

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have described doubly linked list data structure. For practice problems and more, visit: http://www.mycodeschool.com Like us on Facebook: https://www

From playlist Data structures

Video thumbnail

Introduction to linked list

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have described linked list data structure. We have analyzed our limitations with array data structure and tried to understand the need for linked list. F

From playlist Data structures

Video thumbnail

Data structures: Introduction to stack

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have described stack data structure as abstract data type. Lesson on Dynamic memory allocation: http://www.youtube.com/watch?v=_8-ht2AKyH4 For practic

From playlist Data structures

Video thumbnail

Data structures: Binary Tree

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P In this lesson, we have discussed binary tree in detail. We have talked about different types of binary tree like "complete binary tree", "perfect binary tree" and "balance

From playlist Data structures

Video thumbnail

Google I/O 2011: How to NFC

Nick Pelly, Jeff Hamilton Gingerbread brings a comprehensive NFC reader/writer API, and some modest but surprisingly powerful P2P support. Come hear why you should care about NFC technology, what kinds of applications are possible right now, and best practices for deployment.

From playlist Google Lectures

Video thumbnail

Theodore Drivas: "Anomalous dissipation for passive scalars"

Transport and Mixing in Complex and Turbulent Flows 2021 "Anomalous dissipation for passive scalars" Theodore Drivas - Princeton University, Applied Mathematics and Statistics Abstract: We study anomalous dissipation in hydrodynamic turbulence in the context of passive scalars. We give a

From playlist Transport and Mixing in Complex and Turbulent Flows 2021

Video thumbnail

Hiraoka Yasuaki (8/30/21): On characterizing rare events in persistent homology

Indecomposables obtained through decompositions of persistent homology are regarded as topological summary of real data. However, as is well known, there exist pathologically complicated indecomposables in multi-parameter persistent homology in purely algebraic setting, and this fact makes

From playlist Beyond TDA - Persistent functions and its applications in data sciences, 2021

Video thumbnail

IMT4306 Introduction to Mobile/Wearable Research

IMT4306 Introduction to Mobile/Wearable research. On academic writing.

From playlist Archive - Research in Mobile/Wearable Tech

Video thumbnail

DEFCON 19: PIG: Finding Truffles Without Leaving A Trace

Speaker: Ryan Linn Senior Security Consultant, Trustwave SpiderLabs When we connect to a network we leak information. Whether obtaining an IP address, finding our default gateway, or using Dropbox there are packets that can be used to help identify more about our machine and network. This

From playlist DEFCON 19

Video thumbnail

DEFCON 18: Passive DNS Hardening 1/4

Speakers: Paul Vixie, Robert Edmonds Passive DNS replication is a technique invented by Florian Weimer for tracking changes to the domain name system. This session will introduce the problems faced by passive DNS replication in the areas of collection, analysis, and storage of DNS dat

From playlist DEFCON 18-1

Video thumbnail

Mathematical Theories of Interaction with Oracles: Active Testing and Models - Liu Yang

Liu Yang School of Computer Science, Carnegie Mellon University February 11, 2013 With the notion of interaction with oracles as a unifying theme of much of my dissertation work, I discuss novel models and results for property testing and computational learning, with the use of Fourier ana

From playlist Mathematics

Video thumbnail

Matti Lassas - Inverse problems for Einstein’s equations and other non-linear hyperbolic equations

Recorded 29 October 2021. Matti Lassas of the University of Helsinki presents "Inverse problems for Einstein’s equations and other non-linear hyperbolic equations" at IPAM's Workshop II: Mathematical and Numerical Aspects of Gravitation. Abstract: We consider inverse problems for non-linea

From playlist Workshop: Mathematical and Numerical Aspects of Gravitation

Video thumbnail

My Biggest Regret Building a Net Zero Home

Net Zero Home Build: My Biggest Regret Building My New House. The first 100 people to use code UNDECIDED at the link below will get 20% off of Incogni: https://incogni.com/undecided. There are a lot of different paths you can take to get to a net-zero home. Everything from passive homes to

From playlist Net Zero Home Build

Video thumbnail

Glassy dynamics in active matter by Rituparno Mandal

29 May 2017 to 02 June 2017 VENUE: Ramanujan Lecture Hall, ICTS Bangalore This program aims to bring together people working on classical and quantum systems with disorder and interactions. The extensive exploration, through experiments, simulations and model calculations, of growing cor

From playlist Correlation and Disorder in Classical and Quantum Systems

Video thumbnail

Abstract data types

An Introduction to Abstract Data Types ADT Data Structures Source Code: https://github.com/williamfiset/algorithms My website: http://www.williamfiset.com =================================== Practicing for interviews? I have used, and recommend `Cracking the Coding Interview` which go

From playlist Data structures playlist

Related pages

Record (computer science)