All Projects → pathikrit → Scalgos

pathikrit / Scalgos

algorithms in scala

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to Scalgos

Ojalgo
oj! Algorithms
Stars: ✭ 336 (-13.85%)
Mutual labels:  algorithm
Tbox
🎁 A glib-like multi-platform c library
Stars: ✭ 3,800 (+874.36%)
Mutual labels:  algorithm
Cpp Sort
Sorting algorithms & related tools for C++14
Stars: ✭ 382 (-2.05%)
Mutual labels:  algorithm
Tech Interview For Developer
👶🏻 신입 개발자 전공 지식 & 기술 면접 백과사전 📖
Stars: ✭ 5,610 (+1338.46%)
Mutual labels:  algorithm
Data Structure
基于java语言的数据结构及算法实现,LeetCode算法示例
Stars: ✭ 348 (-10.77%)
Mutual labels:  algorithm
Cs Wiki
🎉 致力打造完善的 Java 后端知识体系,不仅仅帮助各位小伙伴快速且系统的准备面试,更指引学习的方向
Stars: ✭ 369 (-5.38%)
Mutual labels:  algorithm
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+5440.51%)
Mutual labels:  algorithm
Samples
Sample projects using Material, Graph, and Algorithm.
Stars: ✭ 386 (-1.03%)
Mutual labels:  algorithm
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-7.18%)
Mutual labels:  algorithm
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-2.31%)
Mutual labels:  algorithm
Fbp
FBP项目全称FootBallPrediction,历经9个月完成的足球比赛预测项目。项目结合大数据+机器学习,不断摸索开发了一个程序。程序根据各大公司赔率多维度预测足球比赛结果(包含胜和不胜)。机器学习用的是自己建立的“三木板模型”算法,已在国家期刊发表论文并被万方数据库收录,详见_ML_文件。目前准确率可达80%。该项目在自己创建的微信群里已经吸引了很多人,附件为群讨论截图,并且每天均有部分人根据预测结果参考投注竞彩,参考的人都获得了相应的收益。 现在想通过认识更多的有识之士,一起探索如何将项目做大做强,找到合伙人,实现共赢。希望感兴趣的同仁联系本人,微信号acredjb。公众号AI金胆(或AI-FBP),每天都有程序预测的足球比赛。程序优势请看Advantages和README文件。程序3.0版本:(第三轮目前13中12) 8月10日:13让负(正确) 8月11日:27让负(正确) 8月12日:11让负(正确) 8月13日:6胜(不正确) 8月14日:25让负(正确) 8月15日:无预测 8月16日:1胜(正确) 8月17日:6让负(正确) 8月18日:16胜(正确) 8月19日:34让负(正确) ... 1.0版本(第一轮为11中9) 2.0版本(第二轮13中11).
Stars: ✭ 337 (-13.59%)
Mutual labels:  algorithm
Free Programming Books
📚码农周报 免费的编程书籍,leetcode(力扣)题解、前端算法题,牛客网前端大厂面试题题解、提升工作效率的常用工具等📈🎉
Stars: ✭ 345 (-11.54%)
Mutual labels:  algorithm
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (-5.38%)
Mutual labels:  algorithm
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+812.05%)
Mutual labels:  algorithm
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+906.92%)
Mutual labels:  algorithm
Towel
Throw in the towel.
Stars: ✭ 333 (-14.62%)
Mutual labels:  algorithm
Code Test Study
코딩 테스트 관련 기출문항을 풀어보고 소스코드 및 설명을 업로드합니다. (문제 추천은 Discussions에 들어가셔서 자유롭게 가능합니다.)
Stars: ✭ 344 (-11.79%)
Mutual labels:  algorithm
Quickgraph
Generic Graph Data Structures and Algorithms for .NET
Stars: ✭ 386 (-1.03%)
Mutual labels:  algorithm
Algowiki
Repository which contains links and resources on different topics of Computer Science.
Stars: ✭ 3,886 (+896.41%)
Mutual labels:  algorithm
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+5059.74%)
Mutual labels:  algorithm

CircleCI codecov Codacy

Goals

Building

  • Install git, scala and sbt: brew install git scala sbt
  • Clone project: git clone https://github.com/pathikrit/scalgos.git; cd scalgos
  • Build and run tests: sbt test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].