Quantcast
Channel: algorithms – getting #er
Browsing latest articles
Browse All 5 View Live

Introduction to Minimax

This will be the start of my new “Connect4” series where we will build the small game I showed you in the teaser post. So let’s get going What is this all about? The basic idea is this: For some …...

View Article



extending Minimax with Alpha-Beta-pruning

Last time we discussed the Minimax-algorithm and I promised to extend it with Alpha-Beta-pruning. Today I want to fulfill this promise. But before starting for real I want to talk a bit of why you want...

View Article

coin-change kata

the task given a list of coins \([c_1,..,c_n]\) and a amount of money \(A\) we shall find a list \([a_1,..,a_n]\) of integers such that \(\sum_i a_i c_i = A\) – but not just any: We want to minimize...

View Article

you should be able to think recursively

I recently chatted with someone about functional programming and why you would not want to have a look at it these days (something I cannot understand at all ;) ). Aside from the usual stuff like “to...

View Article

Advent with a Star

It’s that time of the year again where F#ers come together and write a bit about what they enjoy. I really enjoyed this years Advent of code and while I only did a few of the exercises in F# I want to...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images