判断链表是否为回文链表leetcode-C_CPP_PROJECTS:学习C/C++

时间:2021-07-01 00:47:39
【文件属性】:
文件名称:判断链表是否为回文链表leetcode-C_CPP_PROJECTS:学习C/C++
文件大小:513KB
文件格式:ZIP
更新时间:2021-07-01 00:47:39
系统开源 判断链表是否为回文链表 leetcode C/C++编程以及Git操作练习(使用VSCode) 效果预览 1. VSCode配置C/C++编译 .vscode\c_cpp_properties.json配置includePath .vscode\tasks.json配置gcc/g++编译指令 .vscode\launch.json配置Debug具体指令(Debug效果) .vscode\settings.json配置文件编码相关设置 2. VSCode的Git功能使用 使用VSCode初始化创建本地Git库 Github创建远程库 在本地Git库下运行指令(其中xxxx为Github对应远程库地址) git remote add origin https://github.com/xxxx.git git push -u origin master 使用git log指令查看Git历史 3. LeetCode题目(git log) 8098f56 David-AJ: Tag-String Whether a string contains no more than one 'A' or
【文件预览】:
C_CPP_PROJECTS-master
----.gitignore(270B)
----C Files src()
--------Student.c(522B)
--------Parentheses.c(965B)
--------str2bin.c(1KB)
--------Win-shell.c(2KB)
--------CountASay.c(2KB)
--------Prefix.c(1KB)
--------segment.c(442B)
--------Unix-shell.c(2KB)
--------strStr.c(578B)
--------LastWord.c(488B)
--------myAtoi.c(1KB)
--------C_test1.c(110B)
----header lib()
--------TreeNode.h(546B)
--------Timetest.py(847B)
--------List.h(590B)
----README.md(6KB)
----Cpp File src()
--------CPP_test.cpp(375B)
--------DetectCapital.cpp(806B)
--------tree2str.cpp(1KB)
--------ReverseList.cpp(536B)
--------sortedArrayToBST.cpp(528B)
--------RansomNote.cpp(813B)
--------ReverseStr.cpp(1KB)
--------RepearStr.cpp(877B)
--------ReverseWords.cpp(793B)
--------Palindrome.cpp(626B)
--------Vowels.cpp(770B)
----.vscode()
--------settings.json(1KB)
--------launch.json(776B)
--------tasks.json(359B)
--------c_cpp_properties.json(2KB)
----img()
--------20170807223028.jpg(162KB)
--------20170717120306.png(92KB)
--------20170808092916.JPG(292KB)
--------20170807223226.jpg(156KB)

网友评论