pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Word game #167

Closed pratik-choudhari closed 4 years ago

pratik-choudhari commented 4 years ago

Feature ✅

Description

For each input word find its occurrence.

Example

First line is number of test cases. In output first print number of distinct words followed by word occurrence. Input: 4 bcdef abcdefg bcde bcdef

Output: 3 2 1 1

Contributors are supposed to mention their coding language while asking for assignment

vanya-24 commented 4 years ago

Please assign this to me! @pratik-choudhari

shubha028 commented 4 years ago

Can I do in java as a part of hactoberfest?

VamsiMudaliar commented 4 years ago

I'd like to do this in C++ too. @pratik-choudhari

nikhil05-code commented 4 years ago

I would like to do in python. Please assign it to me.

pratik-choudhari commented 4 years ago

@vanya-24 Language?

vanya-24 commented 4 years ago

I can do in C++,C,Python! @pratik-choudhari

pratik-choudhari commented 4 years ago

@vanya-24 c++ @shubha028 java @nikhil05-code python