Janggun Lee

Results 60 comments of Janggun Lee

@kingdoctor123 1. can you send me your code to [email protected] so that I can have a look? 2. does the problem also happen locally?

@kingdoctor123 I can confirm that both yours and the model solution does not work. We'll fix it ASAP.

Update: https://github.com/kaist-cp/cs431/commit/5f7d611d4a4d3a87e2fead4a76d63adfe08c547c made the previously unsafe `Cursor::from_raw()` into a safe `Cursor::new()`, as we realized there was no reason to make this unsafe. This is a breaking change, and as we...

@kingdoctor123 We updated the grading script to be more efficient. Can you try again?

@kingdoctor123 I tried submitting your code to gg and it worked. Can you try again?

@kangwon does re-submitting also not work?

The due date has been updated from 11/04 -> 10/23. Since this homework deals with midterm material, I do recommend at least trying it out before the midterm

@deepkyu Thank you for notice on the due date! Why did I make that mistake... :p. Regarding the range, this is still midterm material, the last few slides deal with...

**UPDATE**: Since lock coupling is the topic of this week, the deadline is extended to 10/30, since we wanted to give two weeks for the homework after the material was...