PinnedAkiko GreeninNerd For TechImplement a Queue using StacksI recently deep dived my way to learning implementations of Stacks & Queues. There I learned how to create my own stack & queue classes…Feb 15, 2023Feb 15, 2023
PinnedAkiko GreenImposter Syndrome, Can I Beat This?Imposter syndrome (noun): a psychological condition that is characterized by persistent doubt concerning one’s abilities or accomplishments…Feb 10, 2023Feb 10, 2023
PinnedAkiko GreeninNerd For TechWhat are Stacks in Programming?The best way to think about how to implement a Stack in programming is to visualize a stack of pancakes!Feb 18, 2023Feb 18, 2023
Akiko GreeninNerd For TechA Woman Navigating The Tech IndustrySuppose you had asked me 10 years ago if I could see myself coding, I would have laughed and said, “No way, I’m not smart enough for that”…Jul 31Jul 31
Akiko GreenHow I deal With EscapismIt has taken me a few months and a few sessions of therapy to understand my escapism and I am finally here to write about it.Feb 26, 2023Feb 26, 2023
Akiko GreeninNerd For TechWhat are Queues in Programming?The best way to think about a Queue in programming is to visualize a line of people waiting for entry to a venue.Feb 23, 2023Feb 23, 2023
Akiko GreeninNerd For TechImplement a Stack using a QueueWe have now come to the last article in my series of how to implement with Stacks & Queues. What better way to end the series than with…Feb 15, 2023Feb 15, 2023
Akiko GreeninNerd For TechSorting Algorithms: Selection SortToday we will be discussing Selection Sort! What this algorithm does, is find the smallest element in an unsorted array, and place it at…Feb 14, 2023Feb 14, 2023
Akiko GreeninNerd For TechSorting Algorithms: Insertion SortInsertion Sort is a sorting algorithm that consumes an input element for each repetition and grows a sorted output. How this works is, at…Feb 10, 2023Feb 10, 2023