learning-cc4e

Solution to https://cc4e.com/. If you copy these you're not right in the head.
git clone https://kaka.farm/~git/learning-cc4e
Log | Files | Refs

output.txt (463B)


      1 output from your program:
      2 
      3 Testing TreeMap
      4 Check position: 0 < d > h
      5 Check position: d < f > h
      6 Check position: 0 < b > d
      7 Object TreeMap count=4
      8   b=123
      9   d=8
     10   f=5
     11   h=42
     12 
     13 h=42
     14 | d=8
     15 | | b=123
     16 | | f=5
     17 
     18 Check position: h < k > 0
     19 Check position: k < m > 0
     20 Check position: h < j > k
     21 Object TreeMap count=7
     22   b=123
     23   d=8
     24   f=6
     25   h=42
     26   j=12
     27   k=9
     28   m=67
     29 
     30 h=42
     31 | d=8
     32 | | b=123
     33 | | f=6
     34 | k=9
     35 | | j=12
     36 | | m=67
     37 
     38 r=42
     39 x=42
     40 
     41 Iterate
     42  b=123
     43  d=8
     44  f=6
     45  h=42
     46  j=12
     47  k=9
     48  m=67