开发者交流平台
开发者交流平台

通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。

bj
登录
  • 友情链接
站内
complexity-theory

complexity-theory

go

稳定的排序算法,用于4个元素,需要5次比较和5次交换。

英文: stable sorting algorithm for 4 elements, with 5 comparisons and 5 swaps 问题 有没有一个短小、稳定的排序算法,可以在进行...
huangapple 2023年7月17日134评论algorithm complexity-theory
go

Authentic List of NP, NP Complete and NP Hard problems NP、NP完全和NP难问题的真实列表

英文: Authentic List of NP, NP Complete and NP Hard problems 问题 以下是翻译好的部分: NP 问题: 哈密顿路径问题 子集和问题 图同构问题 ...
huangapple 2023年6月12日155评论complexity-theory polynomial-math
go

The time complexity of this code is: lengthOfLongestSubstring

英文: What is the time complexity of this code? lengthOfLongestSubstring 问题 这段代码的时间复杂度分析如下: 外部循环遍历字符串,...
huangapple 2023年5月17日126评论javascript time
go

Pathfinding on a grid while blocking cells online.

英文: Pathfinding on a grid while blocking cells online 问题 假设我们有一个N*N的网格,起点和终点分别是A和B,并且我们收到了K < N^2...
huangapple 2023年5月8日107评论algorithm time-complexity
go

Big O符号用来表示除了最坏情况性能的渐近上限之外的其他内容吗?

英文: Is big O notation used to denote something other than the asymptote of a worst case performance?...
huangapple 2023年3月20日150评论big-o time-complexity
go

外循环线性,内循环对数,复杂度分析

英文: Outer loop linear, inner loop logarithmic, complexity analysis 问题 以下是代码的时间复杂度,O(logn) 或 O(nlogn)...
huangapple 2023年3月7日112评论big-o time-complexity
go

在java.util.List上,get(0)始终是O(1)吗?

英文: Is get(0) on java.util.List always O(1)? 问题 根据我的知识,以下是已实现的内容: ArrayList LinkedList Vector Stack ...
huangapple 2020年10月24日151评论collections java
go

复杂性与运行时实际增长不匹配?

英文: Complexity does not match the actual growth of the runtime? 问题 我已经做了一段时间的家庭作业,但在我认为的渐近复杂度和运行时间结果...
huangapple 2020年10月14日143评论java time-complexity
go

嵌套的 for 循环中,内部循环针对不同数组的时间复杂度是多少?

英文: What is time complexity for a nested for loop where the inner loop is for a different array? 问题 ...
huangapple 2020年9月22日133评论arrays java
go

为什么这个算法的时间复杂度是O(N^2 * K),将N个人分成K组?

英文: Divide N people into K groups: Why is the big O of this algorithim O(N^2 * K)? 问题 问题的描述和解决方案可以在这...
huangapple 2020年8月28日155评论algorithm java

文章导航

1 2
name
开发者交流平台
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
文章117266 留言 4 访客17113662

热门标签

json c++ go flutter typescript android spring spring-boot python node.js pandas css sql c# javascript java r reactjs arrays html

悟已往之不谏,知来者之可追!

今日
00%
已00小时
本周
00%
已过00天
本月
00%
已过00天
今年
00%
已是00月

Copyright ©  开发者交流平台 版权所有.

闽 ICP 备 2022019110 号 - 1
  • 开发者交流平台

    本页二维码