reneargento/algorithms-sedgewick-wayne
Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne
JavaMIT
Pinned issues
Issues
- 1
Question about Chapter 1, Section 3, Exercise 9
#308 opened by ru2saig - 1
- 12
EXERCISE 3.3.24 - worst case for red-black BSTs
#303 opened by qiuhaha - 1
- 1
Error in Double hashing for linear probing
#305 opened by qiuhaha - 1
Exercise 6.37 - maxflow with sink removed
#304 opened by juliovr - 1
4.2.29 Minor improvement suggestion
#302 opened by pharrukh - 3
Potential Issue with 4.4.34
#306 opened by hermantulleken - 1
object error
#298 opened by lhjl1065 - 2
4.1.14 what about two stacks?
#299 opened by pharrukh - 1
2.2.17 beforeLow usefulness
#301 opened by saraalaa - 1
4.1.16. single BFS traversal
#300 opened by pharrukh - 1
Parent K value if pq[] starts from 0
#294 opened by chopragaurav - 2
ex 1.5.13 assign to the root of a heavier tree
#291 opened by kczapla - 2
- 1
Ex 2.3.1: omit one extra line
#292 opened by Forest-Lee - 1
Ex_1.4.26_3Collinearity exceptional case: two different lines whihc have the same slope
#286 opened by amwsffkhtd - 1
- 2
- 1
- 1
Exercise 1.3.36 suggestion
#281 opened by sienic - 1
longestPrefixOf() - Problem
#279 opened by joe63 - 1
generalization
#275 opened by ankr2808 - 2
- 1
- 1
- 2
- 1
Exercise 2.2.17
#264 opened by davisrain - 1
Exercise 1.3.15
#260 opened by saraalaa - 2
Exercise 4.1.3
#250 opened by bitflame - 3
4.4.10
#274 opened by kyzooghost - 1
- 1
4.3.33 - Time complexity
#272 opened by kyzooghost - 1
3.1.22 Self-Organizing `ArrayST`
#273 opened by ckwastra - 1
2.5.29 Ways to Sort the Files Only Once
#269 opened by ckwastra - 1
2.5.7 The Number of Compares Required by `select()`
#266 opened by ckwastra - 1
2.5.6 The Recursive Version of `select()`
#265 opened by ckwastra - 3
2.2.29 The Number of Passes in Natural Mergesort
#262 opened by ckwastra - 1
2.2.17 Natural Mergesort for Linked List
#261 opened by ckwastra - 1
2.3.24 Incorrect Implementation of Samplesort
#263 opened by ckwastra - 1
1.4.15 threeSumFaster2 may also has some mistakes
#258 opened by davisrain - 1
2.1.30 Rounding Error in Floating-Point Arithmetic
#259 opened by ckwastra - 1
- 2
1.4.15 twoSumFaster may have some mistakes
#257 opened by davisrain - 1
Exercise26_LazyDeleteLinearProbing
#255 opened by WmWyn - 2
- 1
Exercise 2.1.10
#254 opened by jaeheonshim - 1
- 1
Q. 5.1.10 Worst Case for 3-way String Quicksort
#245 opened by GenevaS - 2
The solution of exercise 4.3.20 seems wrong.
#246 opened by YRFT