Skip to content

Commit 657876e

Browse files
committed
Chapter 05 Optional 03 pre and suc for BST algorithm C++ code added.
1 parent 056e5ea commit 657876e

File tree

3 files changed

+561
-13
lines changed

3 files changed

+561
-13
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmake_minimum_required(VERSION 3.5)
2+
project(Optional_3_Floor_and_Ceil)
3+
4+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
5+
6+
set(SOURCE_FILES main.cpp)
7+
add_executable(Optional_3_Floor_and_Ceil ${SOURCE_FILES})

0 commit comments

Comments
 (0)