Skip to content
#

linear-data-structures

Here are 27 public repositories matching this topic...

Implementations of linear data structures using C++ with documentation. This repository includes implementations of stack (and its applications like postfix and prefix evaluation), queue, deque, linked list and doubly linked list. Each data structure is implemented using both array and linked list techniques.

  • Updated Jul 9, 2024
  • C++

Курсът "Java Advanced" разглежда работата с езика Java. В курса ще се научите да създавате линейни структури от данни, решаване на алгоритмични проблеми (problem solving skills), работа със стриймове, файлове и директории, създаване на шаблонни класове. Обръща се внимание на парадигмата функционално програмиране, както и на основния инструмент з…

  • Updated Jan 28, 2021
  • Java

Improve this page

Add a description, image, and links to the linear-data-structures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linear-data-structures topic, visit your repo's landing page and select "manage topics."

Learn more