All Projects → Wordsandbuttons → Similar Projects or Alternatives

888 Open source projects that are alternatives of or similar to Wordsandbuttons

Swift Algorithm Club Cn
swift-algorithm-club的翻译。使用Swift学习算法和数据结构。
Stars: ✭ 304 (-7.32%)
Mutual labels:  algorithms
Stanford Algs
Example Test Cases for Stanford's Algorithms Coursera Specialization
Stars: ✭ 261 (-20.43%)
Mutual labels:  algorithms
Tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
Stars: ✭ 288 (-12.2%)
Mutual labels:  algorithms
Leetcode
LeetCode solutions with Chinese explanation & Summary of classic algorithms.
Stars: ✭ 262 (-20.12%)
Mutual labels:  algorithms
Algowiki
A wiki dedicated to competitive programming
Stars: ✭ 317 (-3.35%)
Mutual labels:  algorithms
Mapillary Js
Interactive, customizable street imagery viewer in the browser, powered by WebGL
Stars: ✭ 261 (-20.43%)
Mutual labels:  computational-geometry
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+1524.09%)
Mutual labels:  algorithms
Front End Interview
A list of interview for front-end developer(前端开发者面试清单)
Stars: ✭ 2,754 (+739.63%)
Mutual labels:  algorithms
Play With Algorithms
Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 3,309 (+908.84%)
Mutual labels:  algorithms
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-22.26%)
Mutual labels:  algorithms
Geometry
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
Stars: ✭ 282 (-14.02%)
Mutual labels:  computational-geometry
Ai Job Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Stars: ✭ 3,191 (+872.87%)
Mutual labels:  algorithms
Computational Geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
Stars: ✭ 325 (-0.91%)
Mutual labels:  computational-geometry
Play With Algorithm Visualization
Codes of my MOOC Course <Play with Algorithm Visualization>. Updated contents and more demos or practices are also included. 我在慕课网上的课程《看得见的算法》Java示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 255 (-22.26%)
Mutual labels:  algorithms
Machine Learning Curriculum
Complete path for a beginner to become a Machine Learning Scientist!
Stars: ✭ 279 (-14.94%)
Mutual labels:  mathematics
fundamental
Software to look for interrelationships between constants and find formulas for number sequences
Stars: ✭ 14 (-95.73%)
Mutual labels:  mathematics
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-7.32%)
Mutual labels:  algorithms
pAppwords
Vanilla JS plug-in with zero configuration integrate with HaveIBeenPwned API v2
Stars: ✭ 21 (-93.6%)
Mutual labels:  vanilla-js
Maps Pair Programming
Fastest marker render +500k markers
Stars: ✭ 280 (-14.63%)
Mutual labels:  vanilla-js
Book-list-of-computational-geometry-and-computer-graphics
Book list of computational geometry and computer graphics 计算几何和计算机图形学必读书单与经典书籍
Stars: ✭ 374 (+14.02%)
Mutual labels:  computational-geometry
Thrust
The C++ parallel algorithms library.
Stars: ✭ 3,595 (+996.04%)
Mutual labels:  algorithms
Probability Theory
A quick introduction to all most important concepts of Probability Theory, only freshman level of mathematics needed as prerequisite.
Stars: ✭ 25 (-92.38%)
Mutual labels:  mathematics
Search Engine
A math-aware search engine.
Stars: ✭ 278 (-15.24%)
Mutual labels:  mathematics
Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (-77.74%)
Mutual labels:  mathematics
Machinelearning Samples
Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
Stars: ✭ 3,445 (+950.3%)
Mutual labels:  algorithms
spacers
🔳 when you need more __space__ for your no-code tools.
Stars: ✭ 211 (-35.67%)
Mutual labels:  vanilla-js
Grokkingalgorithms
java samples of Grokking Algorithm book by Aditya Y. Bhargava
Stars: ✭ 278 (-15.24%)
Mutual labels:  algorithms
Online-Tools
Webpage offering a wide range of online tools
Stars: ✭ 38 (-88.41%)
Mutual labels:  mathematics
Cs Interview Knowledge Map
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
Stars: ✭ 17,387 (+5200.91%)
Mutual labels:  algorithms
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-87.5%)
Mutual labels:  mathematics
Hott Intro
An introductory course to Homotopy Type Theory
Stars: ✭ 277 (-15.55%)
Mutual labels:  mathematics
bitpit
Open source library for scientific HPC
Stars: ✭ 80 (-75.61%)
Mutual labels:  computational-geometry
Neo4j Nlp
NLP Capabilities in Neo4j
Stars: ✭ 299 (-8.84%)
Mutual labels:  algorithms
continuum mechanics
Utilities for doing calculations in continuum mechanics.
Stars: ✭ 18 (-94.51%)
Mutual labels:  mathematics
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+778.35%)
Mutual labels:  algorithms
Euler
The open-source computational framework for the Swift language
Stars: ✭ 37 (-88.72%)
Mutual labels:  mathematics
Lambda Talk
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
Stars: ✭ 315 (-3.96%)
Mutual labels:  mathematics
glossary
https://machinelearning.wtf/ - An online glossary of machine learning terms.
Stars: ✭ 28 (-91.46%)
Mutual labels:  mathematics
Javascript Patterns
A collection of javascript algorithms, patterns, and techniques
Stars: ✭ 273 (-16.77%)
Mutual labels:  algorithms
GNFS
A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.
Stars: ✭ 39 (-88.11%)
Mutual labels:  mathematics
Kagerou
ACT-FF14 OverlayPlugin Skin - Modern, easily configurable, always up-to-date.
Stars: ✭ 298 (-9.15%)
Mutual labels:  vanilla-js
ggraph
끄래프 - 2학년 2학기 응용프로그래밍화면구현 수행평가
Stars: ✭ 14 (-95.73%)
Mutual labels:  mathematics
Cheat Sheet
Data structures & algorithms cheat sheet
Stars: ✭ 271 (-17.38%)
Mutual labels:  algorithms
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+957.62%)
Mutual labels:  algorithms
IACR-eprint-mirror
Mirror of all PDFs from the IACR's eprint
Stars: ✭ 44 (-86.59%)
Mutual labels:  mathematics
Vanilla Datatables
A lightweight, dependency-free javascript HTML table plugin
Stars: ✭ 314 (-4.27%)
Mutual labels:  vanilla-js
Nurbs Python
Object-oriented pure Python B-Spline and NURBS library
Stars: ✭ 295 (-10.06%)
Mutual labels:  computational-geometry
Hackerrank Solutions
HackerRank concepts & solutions
Stars: ✭ 267 (-18.6%)
Mutual labels:  algorithms
stochastic sierpinski
A stochastic method to generate an approximation to the Sierpinski triangle
Stars: ✭ 41 (-87.5%)
Mutual labels:  mathematics
math-app-ml
Essential mathematics for applied machine learning and data science
Stars: ✭ 43 (-86.89%)
Mutual labels:  mathematics
Openms
The codebase of the OpenMS project
Stars: ✭ 270 (-17.68%)
Mutual labels:  algorithms
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Stars: ✭ 117 (-64.33%)
Mutual labels:  mathematics
fullPageScrollPureJS
Full page scroll without Jquery
Stars: ✭ 59 (-82.01%)
Mutual labels:  vanilla-js
R
All Algorithms implemented in R
Stars: ✭ 294 (-10.37%)
Mutual labels:  algorithms
Mather
zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具
Stars: ✭ 270 (-17.68%)
Mutual labels:  mathematics
math-stats
A small library that does the statistics for your numbers.
Stars: ✭ 18 (-94.51%)
Mutual labels:  mathematics
kiselyov
Геометрия по Киселёву
Stars: ✭ 16 (-95.12%)
Mutual labels:  mathematics
Deeplearningwithtf2.0
Practical Exercises in TensorFlow 2.0 for Ian Goodfellows Deep Learning Book
Stars: ✭ 270 (-17.68%)
Mutual labels:  algorithms
Black-Scholes-Option-Pricing-Model
Black Scholes Option Pricing calculator with Greeks and implied volatility computations. Geometric Brownian Motion simulator with payoff value diagram and volatility smile plots. Java GUI.
Stars: ✭ 25 (-92.38%)
Mutual labels:  mathematics
vanillajs-hello
Start a VanillaJS website using WebPack in just 30 seconds: HTML,CSS,Babel,SASS,Bootstrap,Prettier,Gitpod
Stars: ✭ 24 (-92.68%)
Mutual labels:  vanilla-js
61-120 of 888 similar projects