Skip to content

This a .NET Standard 2.0 Class Library for relatively complex manipulation of arrays without using any built in methods

Notifications You must be signed in to change notification settings

soloham/FunkyArrays.NET

Repository files navigation

Introduction

This a .NET Standard 2.0 Class Library for relatively complex manipulation of arrays without using any built in methods

Specifications

Program Inputs

  1. [5+] => City -> Random Casing with pakistan cities, duplication
  2. [5+] => Compose #1 And Unique -> sub-array

CASE #1:

Merge []#1 & []#2 => [] -> Unique Elements, Case Agnostic

CASE #2:

Merge []#1 & []#2 => ( []i -> Camel []ii -> Lower []iii -> Upper )

CASE #3:

Merge CASE#2 => i. camel ii. UPPER iii. lower (Cased Merge) Sort Descending (Sorted)

Constraints

  1. Built-In methods not allowed
  2. RegEx Allowed
  3. OOP -> Modular

About

This a .NET Standard 2.0 Class Library for relatively complex manipulation of arrays without using any built in methods

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages