ILP Part 31 — Students Placement Problem Part 10 — Fixing plan

This is the thirty first part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! Today we once again take a look at Students Placement Problem. We already know how to define it, add constraints, maximize students happiness, and what … Continue reading ILP Part 31 — Students Placement Problem Part 10 — Fixing plan

Custom memory allocation in C# Part 1 — Allocating object on a stack

This is the first part of the Custom memory allocation series. For your convenience you can find other parts using the links below : Part 1 — Allocating object on a stack Part 2 — List copying objects Part 3 — Hijacking new operator Part 4 — Invoking constructor for uninitialized object Part 5 — … Continue reading Custom memory allocation in C# Part 1 — Allocating object on a stack