algorithms

  1. D

    FreeBSD Dynamic Programming

    If you’ve been programming for long enough, you’ve probably heard the term dynamic programming. Often a key subject in technical interviews, the idea will also come up in design review meetings or regular interactions with fellow developers. This essay will examine what dynamic programming is...
  2. blind0ne

    C Question about sorting algorithms.

    Please, answer me on this question, what is the fastest sorting algorithm. Just the one that will sort a list of ints from random order to sorted one. I heared a lot about algo complexity and a lot of other algorithms (but never ever finsided my course), so what algo should I use for faster...
Back
Top