Skip to content

Se2ccu/LeadingtoOffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeadingtoOffer

  • 采用my_OJ项目模板生成,用于OJ刷题和笔试。

1.新建项目->Visual C++->Windows桌面->Windows桌面向导->控制台应用程序+空项目+去掉标头+去掉SDL。
2.添加main.cpp包含一些常用头文件和常用输入模块。
3.添加input.txt用于输入文件自动读取。
4.项目->导出模板->选择my_OJ项目->设置说明+添加图片->完成。
5.C:\Users\zhout\Documents\Visual Studio 2017\Templates\ProjectTemplates出现my_OJ.zip模板文件,解压后发现没有main.cpp
6.将main.cpp文件复制到此目录,修改MyTemplate.vstemplate文件,添加<ProjectItem ReplaceParameters="false" TargetFileName="main.cpp">main.cpp</ProjectItem>,然后选择所有模板文件,右键添加到my_OJ.zip然后剪切到项目模板文件夹,替换原有文件。
PS:因为模板压缩包进去直接是文件,所有要选择模板具体文件压缩,而不是文件夹压缩。

LeetCode项目模板制作方法同上。 现在处于代码起步阶段,故将两者归为当下一个代码仓库。 LeetCode

LeetCode solutions in C++ 11 and Python3.

NO. Title Solution Note Difficulty Tag
001 Two Sum C++ Python Note Easy Mapping
461 Hamming Distance C++ Python Note Easy Bit computation
020 Valid Parentheses C++ Python Note Easy String

|002|Add Two Numbers|C++ Python|Note|Medium|Linked List|

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published