搜索资源列表

  1. 258.AddDigits

    0下载:
  2. Leetcode 258.Add Digits Leetcode 第258题AC源码。-Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3+ 8 = 11, 1+
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:727040
    • 提供者:重新注册
  1. binarySearchTreeIterator

    0下载:
  2. leetcode binarySearchTreeIterator
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:宋瑞波
  1. leetcode

    0下载:
  2. 计算n以内的质数个数。(由于文件小于1kb,禁止上传,所以就复制了几个副本) 采用欧拉算法,运行速度极快,100000000以内的数字,只要几毫秒就可得出结果-Calculate the number of quality within the number n. (Because the file is less than 1kb, prohibit the uploading, so I copied several copie
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:jianyoung
  1. LeetCode

    0下载:
  2. letcode 002和003的 c#版的解决方案-Letcode c# 002 and 003 version of the solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:周文
  1. javacode

    0下载:
  2. leetcode算法源码,包括多种解法以及注释,-leetcode Algorithm source code,including multi methods and annotation
  3. 所属分类:mathematica

    • 发布日期:2024-05-21
    • 文件大小:143360
    • 提供者:朱煜青
  1. NQueens

    0下载:
  2. leetcode上最快的N皇后解法 我自己的代码-the best solution
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:赵超群
  1. code

    0下载:
  2. leetcode上部分编程题,利用C/C++实现。-Completing the part of the programming questions in leetcode.com with C/C++.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:91136
    • 提供者:岩松
  1. letcode

    0下载:
  2. leetcode算法题,都是最简单的python算法实现-Leetcode u7B97 u6CD5 u5B9 u7R
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:hp
  1. longest substring

    0下载:
  2. 利用C++实现Leetcode题目中的寻找最长子序列问题,即从一个序列中查找符合标准的子序列,算法复杂度和时间复杂度均较好(C++ implementation of the oldest sequence)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:多舒服撒
  1. 新建文件夹

    0下载:
  2. 面试题目 判断两个字符串是否是相似字符串。要求删除不同的字符之后两个字符串是相等的(Interview questions determine whether two strings are similar strings. Requires to delete two characters after the two strings are equal)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Nabryant
  1. LintCode-master

    0下载:
  2. 包含leetcode上大部分题目的源代码 java语言编写(Contains most of the topics on the leetcode source code, Java language)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1009664
    • 提供者:wkang
  1. wigglesort

    0下载:
  2. wiggle sort算法,leetcode
  3. 所属分类:数据结构常用算法

  1. TwoSum

    0下载:
  2. 找出数组numbers中的两个数,它们的和为给定的一个数target,并返回这两个数的索引,比如numbers={2,7,11,17}; target=9。那么返回一个元组(0,1)。 这道题不需要去重,对于每一个target输入,只有一组解,索引要按照大小顺序排列。(Find the two numbers in the array numbers, and their sum is given a target number, a
  3. 所属分类:其他小程序

  1. 0301_treeScan

    0下载:
  2. 列举了大部分树的遍历方法,包括深度优先遍历,广度优先遍历,morris遍历等(tree scan method, deep first, wide first, morris)
  3. 所属分类:

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:黑色苹果
  1. Zuo

    0下载:
  2. 使用C++语言实现了汉诺塔过程,递归过程(using c++ to implete hanoi)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:黑色苹果
  1. 2.1.7

    0下载:
  2. Two Sum Given an array of integers, find two numbers such that they add up to a specific target number.The function two Sum should return indices of the two numbers such that they add up to the target, whereindex1 mus
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3843072
    • 提供者:每日一题
  1. 135

    0下载:
  2. implement leet code 135 a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3153920
    • 提供者:AsteriskChan
  1. sudoku_solver

    0下载:
  2. sudok solver 的算法实现, 采用dfs方法实现(sudok solver algorithm)
  3. 所属分类:

    • 发布日期:2024-05-21
    • 文件大小:532480
    • 提供者:flydom
  1. leetbook

    0下载:
  2. LeetCode编程题目的答案总结,有大部分,但是并不是全部。(Most of the answers to the LeetCode programming questions are, but not all.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:1316864
    • 提供者:一夏
  1. leetcode

    0下载:
  2. count the pages of pdf files,when the file fail to open, return the location of it.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:CrocodileHH
« 1 2 3 4 56 »

源码中国 www.ymcn.org