Open in app

Sign In

Write

Sign In

Akiko Green
Akiko Green

183 Followers

Home

About

Published in

Nerd For Tech

·Pinned

Implement a Queue using Stacks

I recently deep dived my way to learning implementations of Stacks & Queues. There I learned how to create my own stack & queue classes, while implementing them with arrays and linked list. What are Stacks in Programming? The best way to think about how to implement a Stack in programming is to visualize a stack of pancakes!medium.com What 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.medium.com

Education

4 min read

Implement a Queue using Stacks
Implement a Queue using Stacks
Education

4 min read


Pinned

Imposter Syndrome, Can I Beat This?

Imposter syndrome (noun): a psychological condition that is characterized by persistent doubt concerning one’s abilities or accomplishments accompanied by the fear of being exposed as a fraud despite evidence of one’s ongoing success. A feeling we are uncomfortably familiar with in our lives. Whether at work, in hobbies, sports, or…

Imposter Syndrome

8 min read

Imposter Syndrome, Can I Beat This?
Imposter Syndrome, Can I Beat This?
Imposter Syndrome

8 min read


Published in

Nerd For Tech

·Pinned

What are Stacks in Programming?

The best way to think about how to implement a Stack in programming is to visualize a stack of pancakes! A stack is a linear data structure used for storing data. Visually speaking, a stack is Last In, First Out. Meaning, the last pancake on the plate will be stacked…

Stack Data Structure

8 min read

What are Stacks in Programming?
What are Stacks in Programming?
Stack Data Structure

8 min read


Published in

Nerd For Tech

·Feb 23

What 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. A queue is a linear data structure open at both ends where we can perform a First In, First Out (FIFO) order. …

Programming

6 min read

What are Queues in Programming?
What are Queues in Programming?
Programming

6 min read


Published in

Nerd For Tech

·Feb 15

Implement a Stack using a Queue

We 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 another algorithm :). “Yaaaay”, is what I assume you are saying in your head. I mean, why else would you be reading…

4 min read

Implement a Stack using a Queue
Implement a Stack using a Queue

4 min read


Published in

Nerd For Tech

·Feb 14

Sorting Algorithms: Selection Sort

Today we will be discussing Selection Sort! What this algorithm does, is find the smallest element in an unsorted array, and place it at the front . Although, that may sound like it would be a fast way to sort an array, selection sort proves you wrong. The Pseudocode Write a function…

Selection Sort

3 min read

Sorting Algorithms: Selection Sort
Sorting Algorithms: Selection Sort
Selection Sort

3 min read


Published in

Nerd For Tech

·Feb 10

Sorting Algorithms: Insertion Sort

Insertion Sort is a sorting algorithm that consumes an input element for each repetition and grows a sorted output. How this works is, at each iteration, the algorithm removes/ holds one element from the array, looks for the location it belongs to within the sorted list, and inserts that element…

Insertion Sort

4 min read

Sorting Algorithms: Insertion Sort
Sorting Algorithms: Insertion Sort
Insertion Sort

4 min read


Published in

Nerd For Tech

·Feb 10

Sorting Algorithms: Bubble Sort

Sorting Algorithms? So, you’re probably wondering, “What exactly are sorting algorithms?”. Well, a sorting algorithm is simply used to rearrange a given array or some list of elements in an ascending or descending order. With the use of a comparison operator that decides the new order of the elements in the data…

Bubble Sort

3 min read

Sorting Algorithms: Bubble Sort
Sorting Algorithms: Bubble Sort
Bubble Sort

3 min read


Published in

Geek Culture

·Oct 12, 2022

Ruby on Rails 7: Integration Testing

Testing… Testing…Is this code valid? There’s nothing more validating than seeing those lovely green messages of success when code passes test on a homework assignments, a leetcode problem or an important code challenge interview. Well, I want to tell you how even MORE validating it is to write test for…

6 min read

Ruby on Rails 7: Integration Testing
Ruby on Rails 7: Integration Testing

6 min read


Published in

Star Gazers

·Nov 2, 2021

The Ever So Stylish “Styled-Components” — Part 2: The Extensions!

Just when you thought you knew everything about styled-components.. BAM!! Like all things programming, there’s always more to learn! Before we get started, if you haven’t checked out my last blog on The Basics of Styled-Components, please give that a quick read before you start this one :). There Are No Limits To My Extensions Keeping code…

Styled Components

7 min read

The Ever So Stylish “Styled-Components” — Part 2: The Extensions!
The Ever So Stylish “Styled-Components” — Part 2: The Extensions!
Styled Components

7 min read

Akiko Green

Akiko Green

183 Followers

Software Engineer, Novice Blogger, Indoor Climbing Cutie 🥰

Following
  • The Professor of Medium

    The Professor of Medium

  • Dmytro Iakubovskyi

    Dmytro Iakubovskyi

  • Eve Arnold

    Eve Arnold

  • Michelle Gilbert

    Michelle Gilbert

  • That Hack Robin Wilding🌟

    That Hack Robin Wilding🌟

See all (144)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech