由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 用pseudo-code 写数据结构问题。
相关主题
怎样判断什么情况下不会出现race condition谁能推荐一个read-writer lock的C++实现? (转载)
真心求助 .net c# 算法,数据结构书,网站大家觉得这样的code怎么样?
thread safe or not???[合集] Java coding convention 里面
[合集] thread safe or not???[合集] 如何选择代码,版本管理器?CVS 还是 SVN 还是其它?
哈,居然写完了作业Random number generator in C++
一个关于unordered_map/hashmap的问题请教个排序的题目
.mro是什么语言?firefox浏览器插件开发,要求实现过滤掉敏感词
请教register请教c++真随机数的生成
相关话题的讨论汇总
话题: pseudo话题: code话题: 数据结构话题: 问题话题: write
进入Programming版参与讨论
1 (共1页)
t**********s
发帖数: 930
1
pseudo-code太抽象了,我更喜欢编实际的程序。
比如这个问题请高手帮帮忙,我怎么一碰到pseudo-code就糊涂,况且还要分析其时间
和空间复杂度:
Write a procedure (in pseudocode!) to increase the number of buckets in a (
closed) hash table. Analyze its time and space complexity.
c*****t
发帖数: 1879
2
Pseudo-code means that you can invent your syntax, functions as long
as it is obvious in terms of the meaning.

【在 t**********s 的大作中提到】
: pseudo-code太抽象了,我更喜欢编实际的程序。
: 比如这个问题请高手帮帮忙,我怎么一碰到pseudo-code就糊涂,况且还要分析其时间
: 和空间复杂度:
: Write a procedure (in pseudocode!) to increase the number of buckets in a (
: closed) hash table. Analyze its time and space complexity.

1 (共1页)
进入Programming版参与讨论
相关主题
请教c++真随机数的生成哈,居然写完了作业
向编程大牛请教一个算法题,谢谢一个关于unordered_map/hashmap的问题
看到写的好的代码.mro是什么语言?
从招人角度准备面试. (转载)请教register
怎样判断什么情况下不会出现race condition谁能推荐一个read-writer lock的C++实现? (转载)
真心求助 .net c# 算法,数据结构书,网站大家觉得这样的code怎么样?
thread safe or not???[合集] Java coding convention 里面
[合集] thread safe or not???[合集] 如何选择代码,版本管理器?CVS 还是 SVN 还是其它?
相关话题的讨论汇总
话题: pseudo话题: code话题: 数据结构话题: 问题话题: write