CS106L
CS106L Assignment
Install / Use
/learn @Chena2003/CS106LREADME
CS106L Assignment
- [HomeWork 2025](./HomeWork 2025/):CS106L 2025 Winter Assignment. 作业地址:https://github.com/cs106l/cs106l-assignments/tree/main。课程主页:https://web.stanford.edu/class/cs106l/
- HashMap:实现一个类似于
unordeded_map的哈希表 - GapBuffer:实现GapBuffer
- KDTree:实现KD Tree
其中HashMap、GapBuffer和KDTree均来自仓库。由于在windows下编译,修改了CMakeLists.txt,并且使用下面编译命令,指定g++生成makefile:
cmake -G "MinGW Makefiles" -DCMAKE_C_COMPILER="C:\Program Files\MSYS2\ucrt64\bin\gcc.exe" -DCMAKE_CXX_COMPILER="C:\Program Files\MSYS2\ucrt64\bin\g++.exe" ..
或者可以配置vscode的cmake配置默认使用g++编译。
也可以使用clionIDE直接编译(推荐)。
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
