10 Comments

I am a begginner , I tried this in golang , any experienced golang engineers can leave me a review and I will correct my code . It can be found here

https://github.com/UnplugCharger/coding-challenge/blob/master/01_wc/main.go

Expand full comment
Aug 31Liked by John Crickett

Here is my solution using good old C 😊 70-80% done ✔️

https://github.com/clovisphere/wc

(I just came across these challenges. Let's see how far I will go)

Expand full comment
Aug 23·edited Aug 23Liked by John Crickett

For calculating the number of bytes, should we assume a specific encoding of the characters into bytes? If not, is there a way to determine this encoding in case of reading from the standard input? I am using c++ for reference.

Expand full comment
Jun 28·edited Aug 26Liked by John Crickett

Here is my solution in Scala: https://github.com/Ghurtchu/wc

I'm planning to add more unit tests and property based tests later.

Expand full comment