Skip to content

Commit

Permalink
node insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mansi-k committed Feb 17, 2021
0 parents commit 3978572
Show file tree
Hide file tree
Showing 37 changed files with 3,363 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/BplusTree_rangeQ.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.17)
project(BplusTree_rangeQ)

set(CMAKE_CXX_STANDARD 14)

add_executable(BplusTree_rangeQ main.cpp)
94 changes: 94 additions & 0 deletions cmake-build-debug/BplusTree_rangeQ.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="BplusTree_rangeQ"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="BplusTree_rangeQ">
<Option output="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/BplusTree_rangeQ" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/include/c++/7"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
<Add directory="/usr/include/c++/7/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 BplusTree_rangeQ"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="BplusTree_rangeQ/fast">
<Option output="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/BplusTree_rangeQ" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/include/c++/7"/>
<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
<Add directory="/usr/include/c++/7/backward"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 BplusTree_rangeQ/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/main.cpp">
<Option target="BplusTree_rangeQ"/>
</Unit>
<Unit filename="/home/mansi/IIITH/DS/assignment3/BplusTree_rangeQ/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
Loading

0 comments on commit 3978572

Please sign in to comment.