Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Implementation of Hash Sets
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Hash Tables: Running Time Analysis
Explores the analysis of running time in hash tables, covering successful searches, key distribution, and table size impact.
Blockchain Fundamentals
Explores the financial applications of blockchains, covering the definition, history, Ethereum, decentralized finance, smart contracts, tokens, assessment methods, challenges of double spending, digital signatures, and cryptographic hash functions.
Java Programming: Classes and Objects
Covers the basics of classes and objects in Java programming, including constructors and methods.
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Hash Tables: Birthday Paradox
Explores hash tables through the Birthday Paradox, collisions, and implementation methods.
Probabilistic Analysis: Hiring & Birthday Paradox
Explores probabilistic analysis in algorithms, covering the hiring problem and the birthday paradox, along with hash tables and functions.
Hashing and Sorting
Covers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.
Pairwise Independence: Hashing and Load Balancing
Explores pairwise independence in hashing to avoid collisions and achieve load balancing.