1 hour agoLeetcode in Javascript 37–39 | Interview ProblemsDirectory 37. Sudoku Solver 38. Count and Say 39. Combination Sum 37. Sudoku Solver Leetcode | Problem 37 Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: Each of the digits 1-9 must occur exactly once in each row. Each…Leetcode4 min read
23 hours agoReact.js — Day 10New Project starts. More details and in-depth learning courses Learn React. Build Real Apps. Get Hired. | Complete React Developer in 2022 (w/ Redux, Hooks… Learn React.js from experts. The only React JS projects course you need to learn React, build large-scale apps from…zerotomastery.io Source Code | github npx create-react-app clothes-shopReact2 min readReact.js — Day 10New Project starts.More detailsand in-depth learning coursesLearn React. Build Real Apps. Get Hired. | Complete React Developer in 2022 (w/ Redux, Hooks…Learn React.js from experts. The only React JS projects course you need to learn React, build large-scale apps from…zerotomastery.ioSource Code | githubnpx create-react-app clothes-shop----
1 day agoJavascript — Day 13Directory Day13–01 — closure — prototype basics Day13–02 — closure repl.it | JS-Day13–01 | Here JS-Day13–02 | Here Closures combination of lexical environment and function allows a function to access variables in the enclosing or outer scope all matters in JS, where is the function writtenJava Script2 min readJavascript — Day 13DirectoryDay13–01 — closure — prototype basicsDay13–02 — closurerepl.it |JS-Day13–01 | HereJS-Day13–02 | HereClosurescombination of lexical environment and functionallows a function to access variables in the enclosing or outer scopeall matters in JS, where is the function written----
1 day agoLeetcode in Javascript | Interview ProblemDirectory 34. Find First and Last Position of Element in Sorted Array 35. Search Insert Position 36. Valid Sudoku source code | Github 34. Find First and Last Position of Element in Sorted Array Leetcode | problem 34 Given an array of integers nums sorted in non-decreasing order, find the starting and ending position of a given target value. If target is…Leetcode3 min read
2 days agoReact.js — Day 09Directory hooks — re-render — useEffect React Dom 18 source code | github re-render if we type a , it won’t be renderedReact2 min readReact.js — Day 09Directoryhooks — re-render — useEffectReact Dom 18source code | githubre-renderif we type a , it won’t be rendered----
2 days agoJavascript — Day12Directory function constructor higher order functions closures source code | repl.it function constructer function is an objectJava Script2 min readJavascript — Day12Directoryfunction constructorhigher order functionsclosuressource code | repl.itfunction constructerfunction is an object----
2 days agoLeetcode in Javascript | Interview ProblemsDirectory 31. Next Permutation 32. Longest Valid Parentheses 33. Search in Rotated Sorted Array source code | Github 31. Next Permutation Leetcode | problem 31 A permutation of an array of integers is an arrangement of its members into a sequence or linear order. For example, for arr = [1,2,3], the following are considered…Leetcode3 min read
Published in FAUN Publication·3 days agoPython — Part 04Directory Day04–1 — List — -add -remove -sort -reverse Day04–2 — range — -join -unpacking Day04–3 — Dictionary — -fundamentals -some built-on methods repl.it| day 04-1 | Here day 04–2 | Here day04–3 | Here Tip | press ctrl + / ==> comment the selection ListPython 33 min readPython — Part 04DirectoryDay04–1— List — -add-remove-sort-reverseDay04–2 — range — -join-unpackingDay04–3 — Dictionary — -fundamentals-some built-on methodsrepl.it|day 04-1 | Hereday 04–2 | Hereday04–3 | HereTip | press ctrl + / ==> comment the selectionList----
3 days agoJavascript — Day11Topics Type Coercion functional programming.. Source code | github Type CoercionJava Script1 min readJavascript — Day11TopicsType Coercionfunctional programming..Source code | githubType Coercion----
3 days agoLeetcode in Javascript & Python | Interview ProblemsDirectory 25. Reverse Nodes in k-Group 26. Remove Duplicates from Sorted Array 27. Remove Element source code | Javascript in Github Python in Github 28. Implement strStr() Leetcode | Problem 28 Implement strStr(). Given two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle…Leetcode3 min read