Shohei Yoshida's Avatar

Shohei Yoshida

@syohex

Github: https://github.com/syohex/ LinkedIn: https://www.linkedin.com/in/shohei-yoshida-3b7bb364/

106
Followers
33
Following
76
Posts
21.10.2024
Joined
Posts Following

Latest posts by Shohei Yoshida @syohex

Microsoft is Getting Rusty: A Review of Successes and Challenges - Mark Russinovich
Microsoft is Getting Rusty: A Review of Successes and Challenges - Mark Russinovich YouTube video by Rust Nation UK

www.youtube.com/watch?v=1Vgp...

27.02.2025 03:03 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1462. Course Schedule IV in F# URL Course Schedule IV - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/course_schedule_4/main.fsx let checkIfPrerequiste (numCourses: int) (prerequi...

syohex.hashnode.dev/leetcode-146...

27.01.2025 03:24 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1765. Map of Highest Peak in F# URL Map of Highest Peak - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/map_of_highest_peak/main.fsx let highestPeak (isWater: int[,]) : int[,] = ...

syohex.hashnode.dev/leetcode-176...

22.01.2025 01:00 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1368. Minimum Cost to Make at Least One Valid Path in a Grid in F# URL https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid/description/?envType=daily-question&envId=2025-01-18 Code https://github.com/syohex/dotnet-study/blob/master/fs...

syohex.hashnode.dev/leetcode-136...

18.01.2025 06:41 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2425. Bitwise XOR of All Pairings in F# URL Bitwise XOR of All Pairings - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/bitwise_xor_of_all_pairings/main.fsx let xorAllNums (nums1: int list...

syohex.hashnode.dev/leetcode-242...

16.01.2025 03:09 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2429. Minimize XOR in F# URL Minimize XOR - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/minimize_xor/main.fsx let countOnes (num: int) = let rec countOnes' num acc = ...

syohex.hashnode.dev/leetcode-242...

15.01.2025 02:53 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 3223. Minimum Length of String After Operations in F# URL https://leetcode.com/problems/minimum-length-of-string-after-operations/description/?envType=daily-question&envId=2025-01-13 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode...

syohex.hashnode.dev/leetcode-322...

13.01.2025 02:54 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 916. Word Subsets in F# URL Word Subsets - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/word_subsets/main.fsx let wordSubsets (words1: string list) (words2: string list) :...

syohex.hashnode.dev/leetcode-916...

10.01.2025 02:49 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2185. Counting Words With a Given Prefix in F# URL Counting Words With a Given Prefix - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/counting_words_with_a_given_prefix/main.fsx let prefixCount (...

syohex.hashnode.dev/leetcode-218...

09.01.2025 03:19 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 3042. Count Prefix and Suffix Pairs I in F# URL Count Prefix and Suffix Pairs I - LeetCode Code https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/count_prefix_and_suffix_pairs1/main.fsx let countPrefixSuffixPai...

syohex.hashnode.dev/leetcode-304...

08.01.2025 00:33 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1408. String Matching in an Array in F# URL https://leetcode.com/problems/string-matching-in-an-array/description/?envType=daily-question&envId=2025-01-07 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202...

syohex.hashnode.dev/leetcode-140...

07.01.2025 01:28 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1930. Unique Length-3 Palindromic Subsequences in F# URL https://leetcode.com/problems/unique-length-3-palindromic-subsequences/description/?envType=daily-question&envId=2025-01-04 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/...

syohex.hashnode.dev/leetcode-193...

04.01.2025 01:16 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2270. Number of Ways to Split Array in F# URL https://leetcode.com/problems/number-of-ways-to-split-array/description/?envType=daily-question&envId=2025-01-03 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/2...

syohex.hashnode.dev/leetcode-227...

03.01.2025 00:56 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2559. Count Vowel Strings in Ranges in F# URL https://leetcode.com/problems/count-vowel-strings-in-ranges/description/?envType=daily-question&envId=2025-01-02 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/2...

syohex.hashnode.dev/leetcode-255...

02.01.2025 02:43 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2466. Count Ways To Build Good Strings in F# URL https://leetcode.com/problems/count-ways-to-build-good-strings/description/?envType=daily-question&envId=2024-12-30 Code https://github.com/syohex/dotnet-study/blob/6c5565916ad9cd0bb683d93c0a9025c...

syohex.hashnode.dev/leetcode-246...

30.12.2024 06:25 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1014. Best Sightseeing Pair in F# URL https://leetcode.com/problems/best-sightseeing-pair/description/?envType=daily-question&envId=2024-12-27 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202412/be...

syohex.hashnode.dev/leetcode-101...

27.12.2024 02:23 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 494. Target Sum in F# URL https://leetcode.com/problems/target-sum/description/?envType=daily-question&envId=2024-12-26 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202412/target_sum/ma...

syohex.hashnode.dev/leetcode-494...

26.12.2024 03:32 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 515. Find Largest Value in Each Tree Row in F# URL https://leetcode.com/problems/find-largest-value-in-each-tree-row/description/?envType=daily-question&envId=2024-12-25 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/chall...

syohex.hashnode.dev/leetcode-515...

25.12.2024 02:52 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 3203. Find Minimum Diameter After Merging Two Trees in F# URL https://leetcode.com/problems/find-minimum-diameter-after-merging-two-trees/description/?envType=daily-question&envId=2024-12-24 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leet...

syohex.hashnode.dev/leetcode-320...

24.12.2024 03:59 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2471. Minimum Number of Operations to Sort a Binary Tree by Level in F# URL https://leetcode.com/problems/minimum-number-of-operations-to-sort-a-binary-tree-by-level/description/?envType=daily-question&envId=2024-12-23 Code https://github.com/syohex/dotnet-study/blob/mast...

syohex.hashnode.dev/leetcode-247...

23.12.2024 03:58 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2872. Maximum Number of K-Divisible Components in F# URL https://leetcode.com/problems/maximum-number-of-k-divisible-components/description/?envType=daily-question&envId=2024-12-21 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/...

syohex.hashnode.dev/leetcode-287...

21.12.2024 08:04 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2415. Reverse Odd Levels of Binary Tree in F# URL https://leetcode.com/problems/reverse-odd-levels-of-binary-tree/description/?envType=daily-question&envId=2024-12-20 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challen...

syohex.hashnode.dev/leetcode-241...

20.12.2024 04:29 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 769. Max Chunks To Make Sorted in F# URL https://leetcode.com/problems/max-chunks-to-make-sorted/description/?envType=daily-question&envId=2024-12-19 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/20241...

syohex.hashnode.dev/leetcode-769...

19.12.2024 04:26 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
advent_of_code/2015/fsharp/day17.fsx at main ยท syohex/advent_of_code https://adventofcode.com/. Contribute to syohex/advent_of_code development by creating an account on GitHub.

github.com/syohex/adven...

18.12.2024 04:48 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1475. Final Prices With a Special Discount in a Shop in F# URL https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop/description/?envType=daily-question&envId=2024-12-18 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/lee...

syohex.hashnode.dev/leetcode-147...

18.12.2024 04:01 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 2182. Construct String With Repeat Limit in F# URL https://leetcode.com/problems/construct-string-with-repeat-limit/description/?envType=daily-question&envId=2024-12-17 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challe...

syohex.hashnode.dev/leetcode-218...

17.12.2024 06:26 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 3264. Final Array State After K Multiplication Operations I in F# URL https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-i/description/?envType=daily-question&envId=2024-12-16 Code https://github.com/syohex/dotnet-study/blob/master/fsh...

syohex.hashnode.dev/leetcode-326...

16.12.2024 04:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
advent_of_code/2015/fsharp/day16.fsx at main ยท syohex/advent_of_code https://adventofcode.com/. Contribute to syohex/advent_of_code development by creating an account on GitHub.

github.com/syohex/adven...

15.12.2024 15:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
LeetCode 1792. Maximum Average Pass Ratio in F# URL https://leetcode.com/problems/maximum-average-pass-ratio/description/?envType=daily-question&envId=2024-12-15 Code https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/2024...

syohex.hashnode.dev/leetcode-179...

15.12.2024 07:02 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
advent_of_code/2015/fsharp/day15.fsx at main ยท syohex/advent_of_code https://adventofcode.com/. Contribute to syohex/advent_of_code development by creating an account on GitHub.

Advent of Code 2015 day 15 in Fsharp

github.com/syohex/adven...

14.12.2024 15:47 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0