14 skills found
ashutoshjv661 / Maths Cp SyllabusMaths for competitive Programming
mstfelg / Awesome Math Olympiad🥇 A curated list of competitive math resources.
Hazrat-Ali9 / Discrete Mathematics📙 Discrete Mathematics 📘 an amazing and 📗 comprehensive repository 📒 covering all 🧰 fundamental topics 🪣 in discrete math the ⛑ backbone of computer ⚽ science and logic ⚾ based problem solving 🏀 Whether you're a student 🏐 developer competitive programmer 🏈 this repo will help you 🎮 think mathematically code logically and reason precisely
Hazrat-Ali9 / Math Olympiad⚽ Mathematical ⚾ problems 🥎 detailed 🏀 solutions 🏐 and learning 🏈 resources ⛸ tailored Math 🎮 Olympiad 🏘 enthusiasts 🏬 This serves 🏯 as a knowledge 🚂 hub aspiring 🚃 problem 🚋 solvers 🚅 featuring 🎡 topics from 🚞 Number 🚁 Theory 🚟 Algebra 🚠 Geometry 🚡 and Combinatorics 🚀 all curated to ✈ elevate 🛩 competitive 🛫 math 🛸 journey 🚀
ArfatulAsif / Competitive Programming TopicWiseIn this repository I have stored templates and my personal notes for competitive programming topics like DP,Greedy,Graph,Math.
CoryG89 / Get24A competitive real-time multiplayer math game written in JavaScript using Node.JS, Socket.IO, and Express.
bkf2020 / StarlightStarlight problem solving is a platform where users can post hints and insights for over 20,000 competitive programming and math problems. Users can see summaries of hints/insights for inspiration and find similar problems given insight(s) of a problem they struggled on.
lion137 / Competitive HelperVarious utilities to help with competitive programming/math
math-econ-code / Mec Equil 2018 05'math+econ+code' masterclass on competitive equilibrium: Walrasian equilibrium with gross susbsitutes.
PCHSCodingClub / KryptonA online math game for teachers to use with students in a competitive classroom environment.
brkdnmz / Notion Math NotesMath Notes for Competitive Programming 💙
Dregen-Yor / Competitive Programming Library📚 A modern and efficient C++ library for ICPC and competitive programming — featuring tested templates for graphs, data structures, math, and more.
Udit-takkar / MathiksReal-time 1v1 competitive math game. Players are matched by ELO rating, solve arithmetic problems head-to-head under a 60-second timer, and gain or lose ELO based on the result.
The-Assembly / Code An AI Sudoku Solver In PythonSudoku is an extremely popular logic and combinatorial math-based puzzle that millions attempt on a daily basis online and on paper. In this session, we will show you how to implement a Sudoku game in Python with an in-built automatic puzzle solver (using an ML backtracking algorithm to find and evaluate candidate solutions recursively) to add some AI to our effort. Our game will allow the users to enter the numbers into the grid interactively as per the rules, with a timer running for those who wish to get competitive. For the workshop, we’ll use the free PyCharm IDE for Python (from JetBrains), so be sure to install that in advance to follow along—the IDE makes development and debugging for Python much easier. Prerequisites: —Basic knowledge of Python —PyCharm IDE (www.jetbrains.com/pycharm) ----------------------------------------- To learn more about The Assembly’s workshops, visit our website, social media or email us at workshops@theassembly.ae Our website: http://theassembly.ae Social media: —Instagram: http://instagram.com/makesmartthings —Facebook: http://fb.com/makesmartthings —Twitter: http://twitter.com/makesmartthings #Python #AI