Algorithms → Linked list
алгоритм, связанный список, сортировка
In this tutorial, you will learn about the linked list and its applications. You will also learn how to create and perform various linked list operations.
In the Treasure Hunt game, you start by looking for the first clue. When …
Algorithms → Circular Queue
сортировка, круговая очередь, алгоритмы
The circular queue avoids wasting space in the usual implementation of a queue using arrays.
DeQueue - removing an element from the queue;
FRONT and REAR are two pointers used to keep track of the first and last elements in …
Algorithms → Queue
очередь, сортировка, Queue, алгоритмы
A queue is a useful data structure in programming. Imagine a queue of tickets outside of a movie theater where the first person to enter the queue is the first person to receive a ticket.
The queue follows the First …
Algorithms → Stack
Stack concept
The stack is a useful data structure in programming. It's like a stack of plates stacked on top of each other.
Think about what you can do with such a bunch of plates:
- Put a new plate on …
Algorithms → Merge Sort Algorithm
алгоритм, сортировка слиянием, Merge Sort Algorithm, сортировка
Merge sort is a kind of divide and conquer algorithm in computer programming. It is one of the most popular sorting algorithms and a great way to build confidence in building recursive algorithms.
Divide and Conquer Strategy
Using the Divide …
Algorithms → Heap sorting algorithm
Heap Sort, сортировка, алгоритмы
Heap sort is a popular and efficient sorting algorithm in computer programming. Learning how to write a heap sort algorithm requires knowledge of two types of data structures - arrays and trees.
For example, the initial set of numbers that …
Algorithms → Selection sorting algorithm
алгоритм, сортировка методом выбора, Selection sort algorithm, сортировка
The selection sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and if the first element is …
Algorithms → Insertion sorting algorithm
алгоритм, сортировка, Sort Algorithm
This description is intended to help you understand what the insertion sort algorithm is and how to implement it in programming.
Technical details, properties, and comparison with other sorting algorithms are out of the question here. If you know what …
Algorithms → Bubble sort algorithm
The bubble sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and the first element is greater …
Django → Django - Tutorial 033. Passing the argument list to the order_by method to sort the QuerySet
To improve the usability of article sections, we sorted articles by date, title, and number of views. In addition, the ability to find information on articles of the section has been added. This feature is implemented through several checkboxes that …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…