NITIN23329 / LeetCode

This repo contains several problems solved at leetcode
MIT License
1 stars 0 forks source link

Reduce time complexity to O(nlogk) #31

Closed NITIN23329 closed 3 years ago

NITIN23329 commented 3 years ago

problem link : https://leetcode.com/problems/super-ugly-number/

NITIN23329 commented 3 years ago

solution link : https://github.com/NITIN23329/LeetCode/blob/8745d5ae54327179050eb18148f89eef6585dee6/Heap/SuperUglyNumber#L1

NITIN23329 commented 3 years ago

solved 👍 https://github.com/NITIN23329/LeetCode/blob/d7e21f1d667e8d454be08c3535a52a7d2d9393ce/Heap/SuperUglyNumber.java#L19