用pseudo-code 写数据结构问题。# Programming - 葵花宝典
t*s
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.
比如这个问题请高手帮帮忙,我怎么一碰到pseudo-code就糊涂,况且还要分析其时间
和空间复杂度:
Write a procedure (in pseudocode!) to increase the number of buckets in a (
closed) hash table. Analyze its time and space complexity.