Implement a sorting algorithm and sort the following array of words alphabetically. For this question, do not define or use an explicit swap function (you will revisit this in question 3). Can not use the sort function either
vocab = [ "Libraries", "Bandwidth", "Hierarchy", "Software", "Firewall", "Cybersecurity","Phishing", "Logic", "Productivity"]