mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Updated LICENSE to include notice of third party content.
This commit is contained in:
6
LICENSE
6
LICENSE
@@ -1,4 +1,8 @@
|
|||||||
Copyright 2014 Donne Martin
|
This repository contains a variety of content; some developed by Donne Martin, and some from third-parties. The third-party content is distributed under the license provided by those parties.
|
||||||
|
|
||||||
|
The content developed by Donne Martin is distributed under the following license:
|
||||||
|
|
||||||
|
Copyright 2015 Donne Martin
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ algorithms-data-structures
|
|||||||
|
|
||||||
Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures).
|
Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures).
|
||||||
|
|
||||||
|
This repo is a collection of my notes while sharpening my skills tackling coding problems.
|
||||||
|
|
||||||
Most solutions are in Python.
|
Most solutions are in Python.
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
@@ -128,6 +130,10 @@ Feel free to contact me to discuss any issues, questions, or comments.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
This repository contains a variety of content; some developed by Donne Martin, and some from third-parties. The third-party content is distributed under the license provided by those parties.
|
||||||
|
|
||||||
|
The content developed by Donne Martin is distributed under the following license:
|
||||||
|
|
||||||
Copyright 2015 Donne Martin
|
Copyright 2015 Donne Martin
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
Reference in New Issue
Block a user