SMSumit Mishrainossm.me00The Protein Whisperer3h ago · 7 min read · Dr. Maya Chen had spent fifteen years staring at the same problem, and it stared back at her the way all great problems do — with patience, and without mercy. She worked in a mid-sized university laboJoin discussion
SMSumit Mishrainossm.me00Applied Mathematics in Machine Learning11h ago · 2 min read · Machine learning is fundamentally an application of mathematics—especially linear algebra, probability theory, and optimization. In this article, we derive key concepts from first principles. 1. ProblJoin discussion
SMSumit Mishrainossm.me00AtCoder Beginner Contest 4521d ago · 1 min read · AtCoder Beginner Contest 452 Problem number E solution in python MOD = 998244353 N, M = map(int, input().split()) A = [0] + list(map(int, input().split())) B = [0] + list(map(int, input().split())) N Join discussion
SMSumit Mishrainossm.me00Atcoder ABC problem A Solution1d ago · 1 min read · this is the brute forse solution, just need to read the problem and write the simple solution and that's it import sys input = sys.stdin.readline def solve(): n = int(input()) c = input().strJoin discussion
SMSumit Mishrainossm.me00Ad Hoc Problems1d ago · 12 min read · In Latin, ad hoc literally means "for this" — something created or done for a specific purpose, without following any general template or methodology. In the context of programming and competitive proJoin discussion