Sorting with binary tree

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Sorting with binary tree

#1 Post 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.

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: Sorting with binary tree

#2 Post 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
greetings by OHR
Jimmy

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Sorting with binary tree

#3 Post 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


Post Reply