-
Notifications
You must be signed in to change notification settings - Fork 13
添加了C语言前置知识的模块 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
添加了C语言前置知识的模块 #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new documentation file for C programming pre-knowledge questions and answers. The change introduces a single index file that appears to be a placeholder or initial setup for organizing C language prerequisite content.
- Added a new index file for C pre-knowledge documentation section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| #index.md | |||
Copilot
AI
Nov 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The index file contains only a placeholder comment '#index.md' without any actual documentation content. Consider adding meaningful content such as an introduction to C pre-knowledge topics, a table of contents, or links to related sections.
| #index.md | |
| # C Pre-Knowledge | |
| Welcome to the C Pre-Knowledge section! This documentation provides an overview of the foundational concepts you should understand before diving into C programming. | |
| ## Table of Contents | |
| - [Introduction to Programming Concepts](./intro-to-programming.md) | |
| - [Basic Computer Architecture](./computer-architecture.md) | |
| - [Number Systems and Data Representation](./number-systems.md) | |
| - [Algorithms and Flowcharts](./algorithms-flowcharts.md) | |
| - [Related Resources](./related-resources.md) | |
| ## Getting Started | |
| If you are new to programming or want to refresh your knowledge before learning C, start with the topics above. Each section provides explanations, examples, and links to further reading. | |
| --- | |
| For questions or feedback, please refer to the [Q&A section](../qna.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
需要给想搞这个的在我fork里都加权限吗?还是让大家都pull request到我那个fork ? |
对文档进行格式和内容的修改(AI审核)。
顺便开了Q&A部分的文件夹在docs/qna。
closes #30