bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
164 stars 32 forks source link

if..do..while decrementing loops #191

Open skinkie opened 9 years ago

skinkie commented 9 years ago

Validate the current code check:

  1. prevent the loop if n is 0
  2. try decrementing the loop if possible from n down to 0
  3. implement do..while