mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1283] [CLOSED] demo structure for restructuring data_structures #1882
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1283
Author: @yaoyhu
Created: 7/1/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
1a8c2ebdemo structure for re-constructing data_structuresaac5538Update data_structures/include/forehead/forehead.hdca745creformed my demodcd7d7dre-reformedc3f49d5updating DIRECTORY.mdf7654e0update .clang-format to conform CMU coding style📊 Changes
11 files changed (+628 additions, -119 deletions)
View changed files
📝
.clang-format(+40 -57)📝
CMakeLists.txt(+60 -62)📝
DIRECTORY.md(+10 -0)➕
data_structures/CMakeLists.txt(+3 -0)➕
data_structures/include/CMakeLists.txt(+7 -0)➕
data_structures/include/forehead/forehead.h(+97 -0)➕
data_structures/include/list/sqlist.h(+39 -0)➕
data_structures/src/CMakeLists.txt(+11 -0)➕
data_structures/src/list/sqlist.c(+207 -0)➕
data_structures/test/CMakeLists.txt(+21 -0)➕
data_structures/test/sqlist_test.c(+133 -0)📄 Description
Description of Change
References
Checklist
Notes:
Sorry for the late PR, please check my demo structure. If it is OK, I'll continue pushing my codes to re-construct all the
data_structurescodes in later months.CMakeLists.txtduring the next few pr.CTest/GTestinstead of mymacrofunctions for tests.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.