#data-structures

[ follow ]
fromMedium
1 week ago

Understanding Time and Space Complexity (Part 1)-A Beginner's Guide to Analyzing Code Efficiency

Time and space complexity are crucial for efficient coding and understanding algorithm performance.
fromInfoQ
3 weeks ago

Enhance LLMs' Explainability and Trustworthiness With Knowledge Graphs

Knowledge graphs, introduced by Google in 2012, represent structured data with connections, highlighting relationships between entities such as Da Vinci and the Mona Lisa.
Artificial intelligence
Science
fromAcm
1 month ago

An Algorithm for a Better Bookshelf

Efficient management of empty spaces is crucial in handling large datasets in computer science.
#javascript
fromGitHub
2 months ago
Node JS

GitHub - AllThingsSmitty/javascript-algorithms: A list of popular JavaScript algorithms that you'll encounter in the real world.

fromGitHub
2 months ago
Node JS

GitHub - AllThingsSmitty/javascript-algorithms: A list of popular JavaScript algorithms that you'll encounter in the real world.

Data science
fromHackernoon
4 months ago

The 5 Ingenious Data Structures (and What They Actually Do) | HackerNoon

Understanding the foundational data structures is essential for effective programming.
Specialized data structures address unique challenges faced with larger and more complex datasets.
#python
fromPythonmorsels
3 months ago
Python

Practical uses of sets

Python sets are efficient for deduplication and quick containment checks, ideal for unordered collections.
fromRealpython
4 months ago
Python

Dictionaries in Python Quiz - Real Python

The quiz focuses on testing knowledge of Python Dictionaries through 14 questions.
It emphasizes the creation, manipulation, and performance aspects of dictionaries in Python.
Scala
fromInfoWorld
2 months ago

How to use frozen collections in C#

FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.
fromMedium
2 months ago

Japanese Addresses Aren't Hard-You're Just Using Regex

The patterns in Japanese addresses are about structure, semantics, and context, and regex struggles with ambiguity and sequence dependencies.
Scala
fromRubyflow
2 months ago

Deep Dive into Ruby Data Structures & Core Enumerable Methods

In Ruby, methods like .each, .map, .select, .reduce, and .inject serve as powerful tools that reveal the inner workings of data structures, enabling developers to write cleaner code.
Data science
fromInfoQ
3 months ago

Redis 8 Targets AI Applications with New Data Type for Vector Similarity

Redis has introduced Vector Sets, a new data type enhancing AI applications through vector similarity.
Vector Sets enable semantic searches and support filtered capabilities for AI systems.
fromHackernoon
8 months ago

Scientists Built a Knowledge Graph for Materials-And You Can Actually Use It | HackerNoon

The structured inference results into triples enable a clear relationship description between materials by defining core labels, which allows for improved data retrieval and analysis.
Data science
frommedium.com
4 months ago

How to create a case-insensitive Map in Kotlin, Scala, and Java

Kotlin leverages Java's TreeMap with String.CASE_INSENSITIVE_ORDER to create a case-insensitive map, ensuring the entries are compared without regard to letter case.
Scala
[ Load more ]