How to Solve "First Unique Character In A String" ? - LeetCode 387 Javascript

Publié le: 20 janvier 2021
sur la chaîne: Coding David
118
0

How to Solve "First Unique Character In A String" on LeetCode?

Problem: #387 First Unique Character in a String

Difficulty: Easy

Language: #javascript

Time Complexity: O(n)

Space Complexity: O(n)

Pseudo Code:

1. Create object "characterCount".

2. Loop through s.

a. Create condition to see if the current character in "s" is in the "characterCount". If not, add the key of current character and a value of 1.

b. Create condition if it the current character in "s" is in the "characterCount", we increment value by 1.

3. Loop through s.

a. Create condition to see if the value of that current character in the "characterCount" is equal to one. Return the i.

4. Return -1

Do you need more help with coding?
════════════════════════════
✅ Schedule a FREE 30 minute tutoring session with me.
https://calendly.com/anusontarangkul/...

Let's Connect 💯:
════════════════════════════
LinkedIn:   / anusontarangkul  
TikTok:   / david.anu_  
Instagram:   / david.anu_  
GitHub: https://github.com/anusontarangkul


Sur cette page du site, vous pouvez voir la vidéo en ligne How to Solve "First Unique Character In A String" ? - LeetCode 387 Javascript durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Coding David 20 janvier 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 118 fois et il a aimé 0 téléspectateurs. Bon visionnage!