WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

chaged prefix.py for multiple prefix #93

Closed SuyashGupte closed 4 years ago

SuyashGupte commented 4 years ago

Resolves Issue #24

Description

Returns the number of words with given prefix. Sample Input: hello i am hellslinger and i am ambidextrous hell am Ouptput: hell : 2 ( hello hellslinger ) am : 3 ( am am ambidextrous )

Technical Specifications

Uses concepts for hashing

Screenshots (if required)

How to run

Please list all the steps required to run in details. Preferably specify steps for all platforms.

Checklist