the book is called OPPORTUNITY and it's first chapter is 'HAPPY NEW YEAR ' ...
π3
This year Learn things with a purpose learn for knowledge not for interview or job I know you will get a good job this year and definitely you will be at your place in next 6 year's
Frontend Development 2023.pdf
2 MB
FRONTEND DEVELOPER ROADMAP FOR 2023 β€οΈYOU CAN GET YOUR FRIENDS ADDED HERE π FROM NEXT SUNDAY WILL AGAIN START OUR SESSION
WHICH SUBJECT YOU WANT TO LEARN WITH US WITH A IMPLEMENTED PROJECT
Anonymous Poll
43%
CORE JAVA
6%
ADVANCE JAVA
27%
SPRING AND SPRING BOOT
4%
HTML
6%
JAVASCRIPT
0%
CSS
14%
REACT-JS
π3
Forwarded from Aman Raj
Linkedin
Abhishek Vijayvargia on LinkedIn: #machinelearning #datascience #ml #python #ai | 74 comments
FREE Google Course for 2023!
Google Analytics for Power Users
πhttps://lnkd.in/da42MiC5
Fundamentals of digital marketing
πhttps://lnkd.in/dE7FFs6m
Python⦠| 74 comments on LinkedIn
Google Analytics for Power Users
πhttps://lnkd.in/da42MiC5
Fundamentals of digital marketing
πhttps://lnkd.in/dE7FFs6m
Python⦠| 74 comments on LinkedIn
Java Hyd Team pinned Β«WHICH SUBJECT YOU WANT TO LEARN WITH US WITH A IMPLEMENTED PROJECTΒ»
Given a pattern and a string s, find if s follows the same pattern.
Here follow means a full match, such that there is a bijection between a letter in pattern and a non-empty word in s.
Example 1:
Input: pattern = "abba", s = "dog cat cat dog"
Output: true
Example 2:
Input: pattern = "abba", s = "dog cat cat fish"
Output: false
Example 3:
Input: pattern = "aaaa", s = "dog cat cat dog"
Output: false
Here follow means a full match, such that there is a bijection between a letter in pattern and a non-empty word in s.
Example 1:
Input: pattern = "abba", s = "dog cat cat dog"
Output: true
Example 2:
Input: pattern = "abba", s = "dog cat cat fish"
Output: false
Example 3:
Input: pattern = "aaaa", s = "dog cat cat dog"
Output: false