初级算法

2021-03-30 06:25

阅读:536

标签:param   push   第一个   code   get   indexof   acs   dfa   lis   

// log
/**
 * 找到第一个字母,若没有满足要求的返回null
 * @param {string} str
 */
function getFirstCharThatAppearsOnce(str) {
  let result
  let len = str.length
  let blackList = []
  for (let i = 0; i = 0) {
      if (i === len - 1) {
        return null
      }
      continue
    }
    // test it
    for (let j = i + 1; j 

初级算法

标签:param   push   第一个   code   get   indexof   acs   dfa   lis   

原文地址:https://www.cnblogs.com/oceans/p/13588973.html


评论


亲,登录后才可以留言!