Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

Finding if two strings are equal or not #536

Open veenit1802 opened 3 years ago

veenit1802 commented 3 years ago

Rather than using the primitive way of comparing the two strings by checking each character we can use a hash function which is implemented by which will convert the string to hash and check if the numbers are equal or not.

Ritu7683 commented 3 years ago

I want to work on this issue. Kindly assign this to me

sumitsantape30 commented 3 years ago

I would like to resolve this issue, will be implementing using JAVA, Please assign me this. I'm GSSoC21 participant.

salma2vec commented 3 years ago

I would like to work on this issue, using C++/ Python, Please assign me this.

veenit1802 commented 3 years ago

I am doing it in c++ you can choose any other language of your preference.

OjusWiZard commented 3 years ago

@IdealisticINTJ Please do it in Python