codesankalp / dsalgo

MIT License
8 stars 24 forks source link

Added strings algorithms and it's test file #8 #55

Closed Aryamanz29 closed 2 years ago

Aryamanz29 commented 3 years ago

Description

Added strings algorithms and a test file.

Related Issue

Fixes #8

Type of Change:

How Has This Been Tested?

-Use python unittest framework for testing is file.

Checklist:

Aryamanz29 commented 3 years ago

Description

Added strings algorithms and a test file.

Related Issue

Fixes #8

Type of Change:

  • Feature

How Has This Been Tested?

-Use python unittest framework for testing is file.

Checklist:

  • [x] I read the CONTRIBUTING document before making this pull request
  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code or materials
  • [x] I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • [x] I have updated documentation accordingly
  • [x] My changes generate no new warnings
  • [x] Existing tests passed
devkapilbansal commented 3 years ago

@Aryamanz29 write steps for testing

Aryamanz29 commented 3 years ago

@Aryamanz29 write steps for testing

Steps for testing on terminal/shell 1.>>python 2.Import unittest from the standard library 3.Run python string_tests.py

devkapilbansal commented 3 years ago

Squash your commit and use proper commit guidelines