comply with CCBY-SA
This commit is contained in:
parent
7dd404e08f
commit
be481ec1a6
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
|
/*
|
||||||
|
heavily based upon https://www.geeksforgeeks.org/introduction-of-b-tree-2
|
||||||
|
*/
|
||||||
|
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
|
|
||||||
use alloc::collections::VecDeque;
|
use alloc::collections::VecDeque;
|
||||||
|
|
Loading…
Add table
Reference in a new issue