├── README.md ├── imgs ├── array.png ├── bigo.png ├── bubblepass.png ├── ci-plot.png ├── eigenfaces-faculty.png ├── eigenfaces-student.png ├── graph.png ├── insertionsort.png ├── knn.jpg ├── mergesort.png ├── mergesortB.png ├── mnm.jpg ├── node.png ├── numpy.png ├── pokemon1.jpg ├── python-tips.jpg ├── queue.png ├── queue1.png ├── quicksort.png ├── reconstruct-faculty.png ├── reconstruct-me.png ├── regex-example.png ├── regex.png ├── selectionsort.png ├── stack.png └── stack1.png └── notebooks ├── 01-programming fundamentals.ipynb ├── 02-hashtable implementation.ipynb ├── 03-common datastructures and algorithms.ipynb └── 04-coding questions for DS interview.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/README.md -------------------------------------------------------------------------------- /imgs/array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/array.png -------------------------------------------------------------------------------- /imgs/bigo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/bigo.png -------------------------------------------------------------------------------- /imgs/bubblepass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/bubblepass.png -------------------------------------------------------------------------------- /imgs/ci-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/ci-plot.png -------------------------------------------------------------------------------- /imgs/eigenfaces-faculty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/eigenfaces-faculty.png -------------------------------------------------------------------------------- /imgs/eigenfaces-student.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/eigenfaces-student.png -------------------------------------------------------------------------------- /imgs/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/graph.png -------------------------------------------------------------------------------- /imgs/insertionsort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/insertionsort.png -------------------------------------------------------------------------------- /imgs/knn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/knn.jpg -------------------------------------------------------------------------------- /imgs/mergesort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/mergesort.png -------------------------------------------------------------------------------- /imgs/mergesortB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/mergesortB.png -------------------------------------------------------------------------------- /imgs/mnm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/mnm.jpg -------------------------------------------------------------------------------- /imgs/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/node.png -------------------------------------------------------------------------------- /imgs/numpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/numpy.png -------------------------------------------------------------------------------- /imgs/pokemon1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/pokemon1.jpg -------------------------------------------------------------------------------- /imgs/python-tips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/python-tips.jpg -------------------------------------------------------------------------------- /imgs/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/queue.png -------------------------------------------------------------------------------- /imgs/queue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/queue1.png -------------------------------------------------------------------------------- /imgs/quicksort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/quicksort.png -------------------------------------------------------------------------------- /imgs/reconstruct-faculty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/reconstruct-faculty.png -------------------------------------------------------------------------------- /imgs/reconstruct-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/reconstruct-me.png -------------------------------------------------------------------------------- /imgs/regex-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/regex-example.png -------------------------------------------------------------------------------- /imgs/regex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/regex.png -------------------------------------------------------------------------------- /imgs/selectionsort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/selectionsort.png -------------------------------------------------------------------------------- /imgs/stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/stack.png -------------------------------------------------------------------------------- /imgs/stack1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/imgs/stack1.png -------------------------------------------------------------------------------- /notebooks/01-programming fundamentals.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/notebooks/01-programming fundamentals.ipynb -------------------------------------------------------------------------------- /notebooks/02-hashtable implementation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/notebooks/02-hashtable implementation.ipynb -------------------------------------------------------------------------------- /notebooks/03-common datastructures and algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/notebooks/03-common datastructures and algorithms.ipynb -------------------------------------------------------------------------------- /notebooks/04-coding questions for DS interview.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shik3519/programming-concepts-for-data-science/HEAD/notebooks/04-coding questions for DS interview.ipynb --------------------------------------------------------------------------------