4.0.1 • Published 4 months ago

practice-alg-ts v4.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Practicing Algorithm

Pratice and check the result in this package and use this for test the result

Exams 1: anagrams

Check to see if two provided strings are anagrams of eachother. One string is an anagram of another if it uses the same characters or punctuation. Consider capital letters to be the same as lower case.

Function name: anagrams

Test 1

Parameters: "rail safety", "fairy tales"
Expected: true

Test 2

Parameters: "RAIL! SAFETY", "fairy tales"
Expected: true

Test 3

Parameters: "'Hi there", "Bye there"
Expected: false
4.0.1

4 months ago

4.0.0

4 months ago

2.1.6

4 months ago

2.1.5

4 months ago

2.1.4

4 months ago

2.1.3

4 months ago