Page 1 of 1

Sorting with binary tree

Posted: Mon Mar 12, 2018 8:28 pm
by Eugene Lutsenko
Hello, everyone!

Does anyone have a software implementation on Alaska sorting using a binary tree?
It would be great if also with graphical visualization of the tree.

Re: Sorting with binary tree

Posted: Mon Mar 12, 2018 10:40 pm
by Auge_Ohr
Eugene Lutsenko wrote:Does anyone have a software implementation on Alaska sorting using a binary tree?
you have B+Tree within your Xbase++ Index Files ;-)
ISAM (Index Sequential Access Method) Index use B+Tree Structure so you have to find out how you can use it for your Project.

---
Eugene Lutsenko wrote:It would be great if also with graphical visualization of the tree.
your mathematic questions exceed what users usually do with Xbase++

look at
https://en.wikipedia.org/wiki/Wolfram_M ... (software)
or
https://en.wikipedia.org/wiki/MATLAB
which are made for Problem like you have

Re: Sorting with binary tree

Posted: Tue Mar 13, 2018 3:13 am
by Eugene Lutsenko
I used to do something like that.:

Луценко Е.В. Метод когнитивной кластеризации или кластеризация на основе знаний (кластеризация в системно-когнитивном анализе и интеллектуальной системе «Эйдос») / Е.В. Луценко, В.Е. Коржаков // Политематический сетевой электронный научный журнал Кубанского государственного аграрного университета (Научный журнал КубГАУ) [Электронный ресурс]. – Краснодар: КубГАУ, 2011. – №07(071). С. 528 – 576. – Шифр Информрегистра: 0421100012\0253, IDA [article ID]: 0711107040. – Режим доступа: http://ej.kubagro.ru/2011/07/pdf/40.pdf, 3,062 у.п.л.

and now I just want to make a new version

Re: Sorting with binary tree

Posted: Mon Mar 19, 2018 8:51 am
by Eugene Lutsenko