Cinema Seat Allocation | Leetcode

This video explains a very interesting greedy algorithm problem which is allocating group of 4 persons in a cinema hall. You will find all the distinct cases covered in the video. Please follow the code given below.
----------------------------------------------------------------------------------------------------------------------------------------------------------------
🟣 JOIN our 𝐋𝐈𝐕𝐄 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰 𝐭𝐫𝐚𝐢𝐧𝐢𝐧𝐠 𝐩𝐫𝐨𝐠𝐫𝐚𝐦 through whatsapp query: +91 8918633037
🟣 𝐂𝐡𝐞𝐜𝐤𝐨𝐮𝐭 𝐚𝐥𝐥 𝐨𝐮𝐫 𝐂𝐨𝐮𝐫𝐬𝐞𝐬: techdose.co.in/
🟢 𝐓𝐞𝐜𝐡𝐝𝐨𝐬𝐞-𝟏𝟎𝟎 𝐬𝐡𝐞𝐞𝐭: docs.google.com/spreadsheets/...
🟢 TELEGRAM channel ( 𝐏𝐃𝐅 𝐨𝐟 𝐯𝐢𝐝𝐞𝐨): t.me/codewithTECHDOSE
🔵 LinkedIn: / surya-pratap-kahar-47b...
🔴INSTAGRAM: / surya.pratap.k
---------------------------------------------------------------------------------------------------------------------------------------------------------------
𝐂𝐎𝐃𝐄 𝐋𝐈𝐍𝐊: gist.github.com/SuryaPratapK/...

Пікірлер: 3

  • @piyushchoudhury3709
    @piyushchoudhury37094 ай бұрын

    Which language to choose for leetcode which is relavent in industry and easy to learn

  • @thisisneeraj7133

    @thisisneeraj7133

    4 ай бұрын

    You should've to try starting with Assembly as it is near to low level language and going to be the best one trust me

  • @techdose4u

    @techdose4u

    4 ай бұрын

    Easiest to learn: Python But try learning a little low level language: C++ Harder to learn than Python but not as difficult as other low level languages. C++ helps you understand the concepts better for programming. Generally newbies get lost in libraries of python and don’t put the effort of learning the internal implementations & learning. All the best!