huihut / interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

Home Page:https://interview.huihut.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CountSort.cpp可以執行嗎?

henryace opened this issue · comments

Hello,

有人試過CountSort.cpp這個cpp檔可以正確執行嗎?

countSort function迴圈看起來是沒問題,可是執行完就錯誤

https://imgur.com/uyfZb7a.png

有人正常執行的嗎?

thx

是vector索引越界异常,等下修复一下

@huihut Thank you! 👍