Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Algorithms | 22,274 | 14 | 1 | 10 days ago | 5 | October 04, 2020 | 200 | mit | Python | |
Minimal examples of data structures and algorithms in Python | ||||||||||
Interview_question_for_beginner | 15,723 | 7 days ago | 22 | mit | ||||||
:boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all the best. :space_invader: | ||||||||||
Awesome Algorithms | 13,143 | 2 months ago | ||||||||
A curated list of awesome places to learn and/or practice algorithms. | ||||||||||
Dsa.js Data Structures Algorithms Javascript | 7,009 | 1 | 3 months ago | 44 | November 30, 2021 | 6 | mit | JavaScript | ||
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook | ||||||||||
Smile | 5,688 | 121 | 30 | 20 days ago | 30 | December 05, 2020 | 9 | other | Java | |
Statistical Machine Intelligence & Learning Engine | ||||||||||
C Sharp Algorithms | 5,068 | 5 months ago | 1 | August 14, 2021 | 47 | mit | C# | |||
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C# | ||||||||||
Algodeck | 5,005 | a month ago | other | |||||||
An Open-Source Collection of 200+ Flash Cards to Help You Preparing Your Algorithms & Data Structures Interview 💯 | ||||||||||
Java Algorithms Implementation | 4,157 | 4 months ago | 78 | apache-2.0 | Java | |||||
Algorithms and Data Structures implemented in Java | ||||||||||
Javascript Datastructures Algorithms | 4,038 | 19 days ago | 25 | TypeScript | ||||||
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book | ||||||||||
Algorithms.js | 3,298 | 11 | 5 | 2 years ago | 16 | May 04, 2016 | 8 | mit | JavaScript | |
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript |
Samples is a collection of example projects that use Material, Motion, Graph, and Algorithm.
Using Material and Motion, a dynamic photo gallery is created with dynamic animations used during transitions.
In this sample project, Material is used to create a tabbing layout with dynamically sized Cards within a TableView.
Using the Graph Search API is incredibly flexible. In the following example, Search is used to create a live search on user names with a dynamic UI provided by Material's SearchBar.
Many more sample projects are available within the Samples repository.
- All projects use CocoaPods
- Download Samples
Read Material - It's time to download to learn how to install Material & Motion using GitHub, CocoaPods, and Carthage.
To install all pods, use the following script:
$ ./install_all_pods.sh
Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. http://cosmicmind.com. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of CosmicMind nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.