Error!
Success!

By tag: Stack

showing:  of
0
kicks

A* pathfinding search in C# - Part 1  (Unpublished)

Standing on the shoulders of giants just like Eric Lippert, this is my try to create a running sample of the code he has presented in his magnific series of posts titled Path Finding Using A* in C# 3.0. Eric wrote the base structure of the A* pathfinding algorithm but didn’t provide a complete runni...


Kicked By:
Drop Kicked By:
0
kicks

Increasing the Size of your Stack (.NET Memory Management: Part 3)  (Unpublished)

Following from my previous post on the topic of stack allocation, in this post I talk about three different ways to change a thread's stack size in C#. Each of these techniques have advantages and disadvantages which I discuss as well. This post may also be of interesting to those learning about...


Kicked By:
Drop Kicked By:
0
kicks

Replacing Recursion With a Stack  (Unpublished)

This post demonstrates how a recursive method can be replaced with a non-recursive method by using a Stack collection.


Kicked By:
Drop Kicked By:
0
kicks

C# Heap(ing) Vs Stack(ing) in .NET  (Unpublished)

Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article I'll cover some of the behaviors we need to be aware of when passing parameters to methods.


Kicked By:
Drop Kicked By: