C3 AI interview question

Online Assessment: 1. Count Vowel Permutation - Leetcode 2. Sort array by frequency 3. Insert At Position

Interview Answer

Anonymous

Aug 7, 2022

1. Use dynamic programming 2. Hash-map and custom sort algorithm 3. Using in-belt insert function