godkingjay / LeetCode

LeetCode Solutions
MIT License
32 stars 67 forks source link

[1220] Added a python solution for counting strings with given conditions #195

Closed VibhorGits closed 10 months ago

VibhorGits commented 11 months ago

This code is used to count how many strings of length n can be formed as per the rules. Leetcode problem solved: https://leetcode.com/problems/count-vowels-permutation/description/