RunestoneInteractive / RunestoneServer

Interactive books for computer science and mathematics
http://runestoneinteractive.org
Other
576 stars 505 forks source link

Just a simple typo which made me confused #2034

Closed ignas74 closed 1 year ago

ignas74 commented 1 year ago

(https://runestone.academy/ns/books/published//cppds/AlgorithmAnalysis/AnAnagramDetectionExample.html) Q9

int main(){ int i = n; int count = 0; while (i > 0){ count = count + 1; i = i // 2; ^^^^^^ } return 0; }

pearcej commented 1 year ago

got it.

github-actions[bot] commented 1 year ago

Stale issue message