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
361 stars 621 forks source link

Add functions in String #171

Closed yogitasaini closed 3 years ago

AnjaliSrivastava722 commented 3 years ago

I can add inbuilt string functions like strcmp, strlen, strcpy in C++ and also other string functions in Java with comments and illustrations.Please assign this issue to me.#GSSOC21

yogitasaini commented 3 years ago

Hi, Please allow me to add my own String in java which will perform these functions:

  1. length()-length of string
  2. String substring
  3. boolean contains
  4. boolean equal
  5. boolean empty
  6. boolean concat
  7. String replace
  8. String[] split I am a participant of GSSoC'21 and would like to contribute in this repo
sakshi2707 commented 3 years ago

Hi, I am a GSSOC'21 participant.

My code will be in JAVA with proper comments and test cases. @nakul-19 @rudrakshi99 @plazzy99 please assign me this issue.

shivangi-04 commented 3 years ago

Hi, I would like to contribute to this issue as a GSSOC'21 participant.

vatsalkesarwani12 commented 3 years ago

Not a proper issue