comply with CCBY-SA

This commit is contained in:
husky 2023-09-10 19:08:29 -07:00
parent 7dd404e08f
commit be481ec1a6
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891

View file

@ -1,5 +1,9 @@
#![no_std]
/*
heavily based upon https://www.geeksforgeeks.org/introduction-of-b-tree-2
*/
extern crate alloc;
use alloc::collections::VecDeque;