Skip to content

Challenge for Code&Care. Create a program that will read the standard input line by line and will print lines from the input that has any character in it appearing exactly two times.

Notifications You must be signed in to change notification settings

iasisalomon/challenge_CodeCare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Care technical test

Summary

Create a program that will read the standard input line by line and will print lines from the input that has any character in it appearing exactly two times.

Comments

Decided to take the approach of integrating the requested algorithm to a simple vue app, using the store to handle information mutations. This will allow to demonstrate some of the front-end capabilities besides solving the challenge.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

About

Challenge for Code&Care. Create a program that will read the standard input line by line and will print lines from the input that has any character in it appearing exactly two times.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages