update: normed the rest output
This commit is contained in:
parent
4a6ea68d08
commit
bec1320c5f
26 changed files with 332 additions and 382 deletions
|
|
@ -13,15 +13,14 @@
|
|||
#include "me/types.h"
|
||||
#include "me/vec/vec_subtree.h"
|
||||
|
||||
void vec_subtree_sort(t_vec_subtree *v,
|
||||
t_vec_subtree_sort_fn is_sorted_fn)
|
||||
void vec_subtree_sort(t_vec_subtree *v, t_vec_subtree_sort_fn is_sorted_fn)
|
||||
{
|
||||
t_usize sorted_part;
|
||||
t_usize i;
|
||||
t_subtree tmp;
|
||||
t_usize sorted_part;
|
||||
t_usize i;
|
||||
t_subtree tmp;
|
||||
|
||||
if (v == NULL)
|
||||
return;
|
||||
return ;
|
||||
sorted_part = v->len;
|
||||
while (sorted_part > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue