特牛网址导航

位映射方法_c语言 位映射-CSDN博客

网友收藏
文章浏览阅读1.2k次。//查找字符串中第一个只出现一次的字符#include#includeconst int N = 26;int bit_map[N];void findNoRepeat(char *src){ int pos; char *str=src; int i,len=strlen(src); //统计 for(i=0;i