Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Mar 14, 2023
2 parents 9bb8e94 + d37d704 commit 6693881
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion codes/cpp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# Unignore all dirs
!*/

*.dSYM/
*.dSYM/

build/
12 changes: 6 additions & 6 deletions codes/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ set(CMAKE_CXX_STANDARD 11)

include_directories(./include)

add_subdirectory(chapter_tree)
add_subdirectory(chapter_computational_complexity)
add_subdirectory(chapter_array_and_linkedlist)
add_subdirectory(chapter_stack_and_queue)
add_subdirectory(chapter_sorting)
add_subdirectory(chapter_searching)
add_subdirectory(chapter_hashing)
add_subdirectory(chapter_tree)
add_subdirectory(chapter_heap)
add_subdirectory(chapter_graph)
add_subdirectory(chapter_hashing)
add_subdirectory(chapter_computational_complexity)
add_subdirectory(chapter_array_and_linkedlist)
add_subdirectory(chapter_sorting)
add_subdirectory(chapter_searching)

0 comments on commit 6693881

Please sign in to comment.