IT Nursery
Why would someone want to use a linked-list over an array? Coding a linked-list is, no doubt, a bit more work than using an array and one may wonder...
  • May 29, 2022
  • 0 Comments
IT Nursery
I’ve found some interesting behaviour in PowerShell Arrays, namely, if I declare an array as: $array = @() And then try to add items to it using the $array.Add("item")...
  • May 28, 2022
  • 0 Comments