FORHAD-SUST-BD's blog

By FORHAD-SUST-BD, 12 years ago, In English

Coin Change Dynamic Programming Problem and lot of Graph problems needed long depth recursion. That's why needed more than default stack size in c++. but i can't it. It is Possible to increase stack size in C++? I use c++ editor is Code Blocks 10.05.

Some programmer use in their code template is:

#pragma comment(linker, "/STACK: 2000000")

What is meaning of this part? Anyone can explain it?

Full text and comments »

  • Vote: I like it
  • +1
  • Vote: I do not like it

By FORHAD-SUST-BD, 12 years ago, In English
  • Vote: I like it
  • +36
  • Vote: I do not like it

By FORHAD-SUST-BD, 14 years ago, In English
  • Vote: I like it
  • +12
  • Vote: I do not like it

By FORHAD-SUST-BD, 14 years ago, In English
Tutorial Links:           
Code Forces Beta Round 1 Tutorial

Code Forces Beta Round 2 Tutorial

Code Forces Beta Round 2 Another Tutorial

Code Forces Beta Round 3 Tutorial:

Code Forces Beta Round 6 Tutorial

Code Forces Beta Round 7 Tutorial

Code Forces Beta Round 8 Tutorial

Code Forces Beta Round 10 Tutorial

Code Forces Beta Round 11 Tutorial

Code Forces Beta Round 12 Tutorial






Code Forces Beta Round 20 Tutorial

Code Forces Beta Round 21 Tutorial

Code Forces Beta Round 22 Tutorial



Code Forces Beta Round 25 Tutorial




Code Forces Beta Round 29 Tutorial

Code Forces Beta Round 30 Tutorial

Code Forces Beta Round 31 Tutorial

Code Forces Beta Round 32 Tutorial









Others:


If anyone known about a tutorial link Please inform me. Thanks For your advance Help. 

Forhad

Full text and comments »

  • Vote: I like it
  • +11
  • Vote: I do not like it