Lila25mila
April 5, 2019, 2:26 p.m.

AlgorithmsLinked 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 …

Read
Lila25mila
March 20, 2019, 4:25 p.m.

AlgorithmsCircular 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 …

Read
Lila25mila
March 15, 2019, 2:22 p.m.

AlgorithmsQueue

очередь, сортировка, 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 …

Read
Lila25mila
March 11, 2019, 3:28 p.m.

AlgorithmsStack

алгоритм, стек, сортировка

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 …
Read
Lila25mila
March 6, 2019, 2:49 p.m.

AlgorithmsMerge 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 …

Read
Lila25mila
March 1, 2019, 2:55 p.m.

AlgorithmsHeap 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 …

Read
Lila25mila
Feb. 27, 2019, 5:24 p.m.

AlgorithmsSelection 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 …

Read
Lila25mila
Feb. 26, 2019, 2:30 p.m.

AlgorithmsInsertion 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 …

Read
Lila25mila
Feb. 25, 2019, 2:29 p.m.

AlgorithmsBubble sort algorithm

алгоритм, сортировка, bubble

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 …

Read
Evgenii Legotckoi
Feb. 28, 2018, 3:57 p.m.

DjangoDjango - Tutorial 033. Passing the argument list to the order_by method to sort the QuerySet

сортировка, sort, Django

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 …

Read
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup