Dev-Note

Software Engineering Notes

Skip to content
Menu
  • Home
  • About me
  • Contact form
  • Posts
  • Как создать игру на Unity

Category: Data Structures

B-tree data structure
Data StructuresPosted onFebruary 20, 2023February 20, 2023

B-tree data structure

A balanced binary tree (B-tree) is a type of binary tree in which the difference in the heights of the left and right subtrees of…

Read More
An Introduction to Trees Data Structure
Data StructuresPosted onFebruary 20, 2023February 20, 2023

An Introduction to Trees Data Structure

In computer science, trees are a popular data structure used for storing hierarchical data, such as family trees or organizational charts. In this article, we…

Read More
Queue. Data Structures
Data StructuresPosted onNovember 9, 2022

Queue. Data Structures.

Our next Data Structure will be Queue. Previously we took a look on Array data structure. So, let’s check what is queue, its pros and…

Read More
Array. Data Structures.
Data StructuresPosted onOctober 24, 2022October 27, 2022

Array. Data Structures.

Array is one of popular data structures. Array is a fixed size structure that can hold same data type elements, e.g. integers in specific order.…

Read More
Data StructuresPosted onMarch 18, 2020March 23, 2020

Стек. Структуры данных.

Определение стека Стек – линейная структура данных, в нем действует принцип LIFO(Last In First Out – последним – пришёл, первым – вышел) или же FILO(First…

Read More

Subscribe for updates!

Find on other app

Recent Posts

  • B-tree data structure
  • An Introduction to Trees Data Structure
  • Lambda functions in Node.js
  • Queue. Data Structures.
  • Array. Data Structures.

Categories

  • AWS
  • Data Structures
  • Docker
  • GoLang
  • Laravel
  • Unity
  • ООП
  • Паттерны
  • Порождающие
  • Теория
Dev Note | Software engineering notes © 2020 – 2022 dev-note.com
Allium Theme by TemplateLens ⋅ Powered by WordPress