Python-World/python-mini-projects

Remove repeated words from wordlist

iambigyandahal opened this issue ยท 6 comments

Description

I want to add a small program that removes repeated words from wordlist and create a new file(can also be overridden) with non-repeated words.

Type of issue

  • Feature (New Script)
  • Bug
  • Documentation

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • I have checked previous issues to avoid duplicates.
  • This issue will be meaningful for the project.

Hello, can I work on this under the hactoberfest?

Hey there!
would love to contribute to this issue!

There are a few ways i thought of implementing it so i will provide different function names to achieve the same take.

  1. set creation from wordlist which can only hold unique values
  2. use an efficient sorting algorithm and remving repeated values using two counter technique

Do share if you have more ideas, will work on them too!

Regards ๐Ÿ˜„

I would like to contribute to this issue. It can be resolved by creating a set from the wordlist.

I would love to contribute to this issue! I can implement it with python or c++ if needed.
I'm thinking about coding an implementation of a Hash Table that the program will fill with the words included in a text file, and as an output will create a new text file with all of the words without the duplicates.

@dinezra11 Haha, I asked this as my first contribution to open source. No replies. Are you on the same boat ๐Ÿ˜…

@dinezra11 Haha, I asked this as my first contribution to open source. No replies. Are you on the same boat ๐Ÿ˜…

hahaha yes! Trying to dive into the open source contribution world for the first time