WolfOf420Stret

WolfOf420Stret @wolfof420street

About: Mobile Developer. Flutter . Android.

Location:
Nairobi, Kenya
Joined:
Mar 8, 2021

WolfOf420Stret
articles - 12 total

Trees in Kotlin: A Comprehensive Guide 🌳

Table of Contents Introduction What Even Is a Tree? Basic Tree Concepts Binary Trees Deep...

Learn More 3 0Jan 31

Search Algorithms in Kotlin: A Comprehensive Guide

Linear Search Overview Linear search (or sequential search) is the simplest...

Learn More 1 0Jan 24

Kotlin Data Structures: A Comprehensive Guide

LinkedList in Kotlin Overview A LinkedList is a linear data structure where...

Learn More 1 0Jan 24

Understanding Heap Sort in Kotlin: A Beginner's Guide

What is HeapSort? HeapSort is a comparison-based sorting algorithm that uses a binary heap...

Learn More 0 0Jan 22

Understanding Quick Sort in Kotlin : A Beginner's Guide

What is QuickSort? QuickSort is a highly efficient, comparison-based sorting algorithm...

Learn More 3 0Jan 11

Understanding Insertion Sort in Kotlin : A Beginner's Guide

What is Insertion Sort? Insertion Sort is an intuitive and adaptive sorting algorithm that...

Learn More 0 0Jan 11

Understanding Selection Sort in Kotlin: A Beginner's Guide

What is Selection Sort? Selection Sort is a simple and intuitive sorting algorithm that...

Learn More 0 0Jan 9

Understanding Merge Sort in Kotlin: A Beginner's Guide

Understanding Merge Sort: A Comprehensive Guide What is Merge Sort? Merge Sort...

Learn More 0 0Jan 8

Building a Payment System for Your Flutter App: A Journey with Stripe Connect and Firebase

Imagine you're building a marketplace app where sellers can offer their products or services. As the...

Learn More 3 0Jan 8

Understanding Bubble Sort in Kotlin: A Beginner's Guide

What is Bubble Sort? Bubble Sort is one of the simplest and most straightforward sorting...

Learn More 5 0Aug 16 '24

Data Structures and Algorithms in Dart: Introduction

I started learning Dart and Flutter about three years ago and have become a Dart geek ever since. I...

Learn More 0 0Jun 7 '23

Data Structures And Algorithms in Dart : Arrays

In Dart, an array is an ordered list of items. You can use an array to store a collection of items,...

Learn More 1 0Feb 10 '23