the-coding-interview icon indicating copy to clipboard operation
the-coding-interview copied to clipboard

Programming exercises, code katas and puzzles for your job interview training - or just for fun.

Results 7 the-coding-interview issues
Sort by recently updated
recently updated
newest added

Java solution for removing dups from a string feedback welcome

Would be nice to give people an overview of the already existing solutions. Maybe have a [cloc](https://github.com/AlDanial/cloc) or a [loc](https://github.com/cgag/loc) output in the `README.md` or so. Something more visual would...

enhancement

A Java solution for the Alphanumeric String Sort problem. Also a Java solution for the Array Pair Sum problem, since the Java solution that is in the project for this...

:question: Needs Feedback
Java

:question: Needs Feedback
Rust

There are a lot of solutions missing for languages like Kotlin, Rust, or Typescript. Here is an overview of what we have so far: ```. ├── alphanumeric-string-sort │   ├── README.md...

enhancement