Skip to content

Commit

Permalink
Added stack header and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepiCaffeine committed Jun 23, 2023
1 parent f69fdb8 commit f5304cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Data Structures/data_structures.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// ver: 0.3

#include "sl_list.hpp" // Includes node.hpp, <cstddef>, <stdexcept>
#include "dl_list.hpp" // Includes double_node.hpp, <cstddef>, <stdexcept>
#include "bst.hpp"
#include "bst.hpp"
#include "stack.hpp"

0 comments on commit f5304cd

Please sign in to comment.