Open in app

Sign in

Write

Sign in

Akiko Green
Akiko Green

196 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


Feb 26

How I deal With Escapism

It 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. What is Escapism? The dictionary definition of escapism is, noun: Escapism: the tendency to seek distraction and relief from unpleasant realities, especially by seeking entertainment or engaging…

Escapism

5 min read

How I deal With Escapism
How I deal With Escapism
Escapism

5 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. …

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. …

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

Akiko Green

Akiko Green

196 Followers

Software Engineer, Novice Blogger, Indoor Climbing Cutie 🥰

Following
  • Francisco Iglesias

    Francisco Iglesias

  • The Professor of Medium

    The Professor of Medium

  • Meg Dixon

    Meg Dixon

  • kanchan 💎 chauhan ⚡✨

    kanchan 💎 chauhan ⚡✨

  • Shawn Forno

    Shawn Forno

See all (143)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams