Infosys & TCS DSA Interview 🎉 Candidate got selected

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 4

  • @vaibhavsingh2171
    @vaibhavsingh2171 Місяць тому +1

    11:01 we can definitely map e to a and g to e but not g to d.
    the main concept is it should be one to one.

  • @abdullahamin4504
    @abdullahamin4504 Рік тому +1

    Brother -----
    I Am A React Developer Fresher.
    I Have No Idea About DSA .
    Now- For Interview As A React Developer Which DSA topic Need For Interview

  • @abdullahamin4504
    @abdullahamin4504 Рік тому

    Good Work

  • @YuvrajSingh-ec3ix
    @YuvrajSingh-ec3ix Рік тому

    T.C -> O(N)
    S.C -> O(N) (single map )
    class Solution {
    public boolean isIsomorphic(String s, String t) {
    HashMap mp= new HashMap();
    for(int i=0; i