16 Comments
Aug 31, 2023Liked 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

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
Mar 17Liked by John Crickett

Hi John,

I have completed this coding challenge

Here's my implementation : https://github.com/sahilraj1915374/coding_challenges/tree/main/ccwc

Expand full comment
Mar 10Liked by John Crickett

I had a great time working on this!

Expand full comment
Aug 23, 2023·edited Aug 23, 2023Liked 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, 2023·edited Aug 26, 2023Liked 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

Hi John,

My solution with Java 17 and GraalVM for conversion to binary, 100% done :D

https://github.com/valentinsoare/wordtally

Expand full comment