Heaps (data structures)

Beap

A beap, or bi-parental heap, is a data structure where a node usually has two parents (unless it is the first or last on a level) and two children (unless it is on the last level). Unlike a heap, a beap allows sublinear search. The beap was introduced by Ian Munro and . A related data structure is the Young tableau. (Wikipedia).

Beap
Video thumbnail

the Internet (part 2)

An intro to the core protocols of the Internet, including IPv4, TCP, UDP, and HTTP. Part of a larger series teaching programming. See codeschool.org

From playlist The Internet

Video thumbnail

Wireshark Tutorial for Beginners - Overview of the environment

Wireshark Tutorial for Beginners, become an advanced Wireshark user today! How to scan for packets in wireshhark and how to customize the layout in Wireshark. Wireshark is a free and open source packet analyzer. It is used for network troubleshooting, analysis, software and communications

From playlist Wireshark

Video thumbnail

Netcat Tutorial - The Swiss Army Knife Of Networking - Reverse Shell

Netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. Netcat is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature

From playlist Ethical Hacking & Penetration Testing - Complete Course

Video thumbnail

Making the Most of Bootstrap

Bootstrap is a set of templates and tools that fast-track front-end web development. Basically, it makes your site look pretty and professional! We'll go over tips and tricks and make sure you're taking full advantage of the opportunities Bootstrap can provide.

From playlist CS50 Seminars 2016

Video thumbnail

the Internet (part 1)

An intro to the core protocols of the Internet, including IPv4, TCP, UDP, and HTTP. Part of a larger series teaching programming. See codeschool.org

From playlist The Internet

Video thumbnail

How To Create A Web App In ASP.NET | Introduction | #programming | #webapp | #aspnet |

Don’t forget to subscribe! This project series will guide you on how to create a web app in ASP.NET. In this series, we will build a Web App that connects volunteers with elders as an example. This project shall cover the asp.net application state, user interaction flow, database design

From playlist Create A Web App In ASP.NET

Related pages

Young tableau | Communications of the ACM | Heap (data structure)