Advertisement · 728 × 90

Posts by Shohei Yoshida

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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 1 0 0 0
Advertisement
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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 0 0 0 0
Advertisement
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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 0 0 0 0
Advertisement
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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 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...

1 year ago 1 0 0 0