All Projects → sangupta → Ps

sangupta / Ps

Licence: mit
Problem Solving

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ps

Swift Algorithm Club
Algorithms and data structures in Swift, with explanations!
Stars: ✭ 25,731 (+2755.83%)
Mutual labels:  algorithms
Etl
Embedded Template Library
Stars: ✭ 783 (-13.1%)
Mutual labels:  algorithms
Hackerrank
HackerRank solutions in Java/JS/Python/C++/C#
Stars: ✭ 829 (-7.99%)
Mutual labels:  algorithms
Dsjslib
A library implementing several standard data structures and utilities, in JavaScript. Its written and tested using Node.js which is the target platform.
Stars: ✭ 707 (-21.53%)
Mutual labels:  algorithms
Algo Basic
专注于分享算法,计算机基础(包括计算机网络,操作系统,MySQL等),无论是应付面试,还是提升自己地内功,这里都能帮到你
Stars: ✭ 768 (-14.76%)
Mutual labels:  algorithms
Pyclustering
pyclustring is a Python, C++ data mining library.
Stars: ✭ 806 (-10.54%)
Mutual labels:  algorithms
Onboarding
A list of resources we at flyeralarm use to get new developers up and running
Stars: ✭ 648 (-28.08%)
Mutual labels:  algorithms
Club De Algoritmia Upiiz Ipn
Es un repositorio donde todo miembro del club puede ver tanto problemas resueltos, algoritmos como ejercicios de clase, de una manera facil
Stars: ✭ 18 (-98%)
Mutual labels:  algorithms
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+665.37%)
Mutual labels:  algorithms
Machine Learning Course
💬 Machine Learning Course with Python:
Stars: ✭ 6,798 (+654.5%)
Mutual labels:  algorithms
Cpprobotics
cpp implementation of robotics algorithms including localization, mapping, SLAM, path planning and control
Stars: ✭ 727 (-19.31%)
Mutual labels:  algorithms
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (-16.54%)
Mutual labels:  algorithms
30 Seconds Of Cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Stars: ✭ 815 (-9.54%)
Mutual labels:  algorithms
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+3159.93%)
Mutual labels:  algorithms
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (-7.77%)
Mutual labels:  algorithms
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+593.78%)
Mutual labels:  algorithms
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (-12.65%)
Mutual labels:  algorithms
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-98%)
Mutual labels:  algorithms
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (-0.55%)
Mutual labels:  algorithms
Linfa
A Rust machine learning framework.
Stars: ✭ 812 (-9.88%)
Mutual labels:  algorithms

Problem Solving

Analytics

ps is a collection of various computing problems and their corresponding solutions that I could think of. The problems range in various categories such as design, algorithms, performance optimizations, and more.

Feel free to add a Github issue for any discrepancy, typo, alternatives, or a different solution that I might not have considered. Also feel free to add issues for problems that you would like me to work upon - though it may take me a few days to research and jot my notes here.

If you wish to contribute please read the guidelines.

Dedicated to all the friends who inspired me to learn and experiment.

Notes

Algorithms

Data Structures

Design

Java Virtual Machine

Others

Draft notes/Backburner

Problems I want to jot my thoughts and notes on:

  • How to find the top-k IPs hitting a service
  • Design a scalable user authentication system
  • Design a shopping cart
  • Design a notification system
  • Design a CRON scheduler
  • Design an object-pool or a connection-pool
  • Design an email-delivery system like Mailchimp
  • Design a simlpe S3 clone
  • Build a simple Redis clone

License

MIT License

ps - Problem Solving
Copyright (c) 2016-2018, Sandeep Gupta

	https://github.com/sangupta/ps

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].