Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » dlr » Quiz   (RSS)

Quiz: can you count how many combinations ...

Here's a combinatorics quiz: If you have 2 ordered lists (lengths N, M), how many ways can they be interleaved into a single list while still preserving the partial ordering from the original lists? So if the lists were: List 1: A,B List 2: X,Y The following
Posted by jmstall | 10 Comments
Filed under: , ,

RTS Battle simulation with IronPython

I used Python to simulate Age of Empires archer battles. I wanted to be able to answer questions like: If 12 archers attack 10 archers, what will the margin of victory be? If two armies of the same size attack each other, how do different strategies affect
Posted by jmstall | 7 Comments
Filed under: , ,

Attachment(s): sim3.py
 
Page view tracker