Find
Everything on SkillVeris tagged Find — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Querying Documents
Learn how to retrieve documents from MongoDB collections using find() and findOne(), filters, projections, and cursor methods.
Union-Find and Disjoint Sets
A near-constant-time data structure for tracking disjoint sets, essential for cycle detection and Kruskal's MST.
Finding Files with find and locate
Master the two main Linux file-search tools: the real-time, highly flexible find command and the fast, index-based locate command, including when to use each.