Version Queue Data Structure | Quant Developer | HFT Interview

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • Discussed solution to a question asked in Quant Developer Interview.
    Implemented in C++17
    Connect with me on Instagram: / shubham__cr7

ความคิดเห็น • 6

  • @hrishikeshh
    @hrishikeshh ปีที่แล้ว +2

    You should post the code in description too.

  • @galaxian_hitchhiker
    @galaxian_hitchhiker ปีที่แล้ว

    When you say “you should not use any c++ STL, you should implement everything yourself” is it usually the approach while working as a quant dev or it is just for this particular task?

  • @userrand4900
    @userrand4900 ปีที่แล้ว

    Why do you use ```T(operator[](i)) vs. T[i]``` ? Does this have to do with ```operator[]``` being defined for the type ```T``` ?

  • @Munnu-hs6rk
    @Munnu-hs6rk 11 หลายเดือนก่อน

    dude how much you used to give to coding in your college days?

  • @rangeyraghav130
    @rangeyraghav130 ปีที่แล้ว +1

    Thanks for telling about this. Learnt something new