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 Sets: Hashing
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Collections: Hashcode and Equals Methods
Explains the importance of hashcode and equals methods in Java.
Functions: Definitions and Notations
Covers the generalities of functions, including the definition of an application between sets and the uniqueness of elements in the image set.
JavaFX: Puzzle Game Implementation
Covers the implementation of a puzzle game using JavaFX.
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.
Sets and Operations: Introduction to Mathematics
Covers the basics of sets and operations in mathematics, from set properties to advanced operations.
Collections: Common Words
Covers the implementation of common words in Java using collections like ArrayList, HashSet, and TreeSet.
Cartesian Product and Induction
Introduces Cartesian product and induction for proofs using integers and sets.
Generics in Java
Covers the concept of generics in Java, focusing on implementation and usage.
Lambda Functions in Java
Explores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Word Length Histogram: Java Collections Example
Demonstrates implementing a word length histogram in Java using collections.