From 95c4e26859e33ebf26903f4467a5658c8d1787f9 Mon Sep 17 00:00:00 2001 From: Saptashrungi Date: Sat, 14 Dec 2019 05:07:41 +0530 Subject: [PATCH 1/3] added diff --- pydatastructs_diff.diff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pydatastructs_diff.diff diff --git a/pydatastructs_diff.diff b/pydatastructs_diff.diff new file mode 100644 index 000000000..827f511dd --- /dev/null +++ b/pydatastructs_diff.diff @@ -0,0 +1,18 @@ +diff --git a/README.md b/README.md +index 11495ab..a187ee3 100644 +--- a/README.md ++++ b/README.md +@@ -13,6 +13,13 @@ How are we different? + + There are many pre-exisiting packages available in the open source world based on the above idea. However, they lack the implementation of complex data structures and this makes us different. If you have worked with C++ and Python then you know how hard it is to code bug free AVL trees :-).Well, after this project you will not have to worry about it. In fact, we will keep each data structure independent from each other for easy code reusability. + ++Why we use Python? ++----------------- ++ ++As we know Python is an interepreted language and hence is slow as compared to C++, the most ++popular language for sports programming. We still decided to use Python because the software ++development can happen at a much faster pace and it is much easier to test various software designs and APIs as coding them out takes no time. However, keeping the need of the users in mind, we will shift to C++ backend, which will happen quickly as we would be required to just translate the tested code rather than writing it from scratch, after a few releases with APIs available for all the languages. ++ + How to contribute? + ------------------ + From 63ef137b41238079005e890a1ae479df575953cb Mon Sep 17 00:00:00 2001 From: Saptashrungi Date: Sat, 14 Dec 2019 05:08:15 +0530 Subject: [PATCH 2/3] added diff --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 11495abb7..a187ee37b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ How are we different? There are many pre-exisiting packages available in the open source world based on the above idea. However, they lack the implementation of complex data structures and this makes us different. If you have worked with C++ and Python then you know how hard it is to code bug free AVL trees :-).Well, after this project you will not have to worry about it. In fact, we will keep each data structure independent from each other for easy code reusability. +Why we use Python? +----------------- + +As we know Python is an interepreted language and hence is slow as compared to C++, the most +popular language for sports programming. We still decided to use Python because the software +development can happen at a much faster pace and it is much easier to test various software designs and APIs as coding them out takes no time. However, keeping the need of the users in mind, we will shift to C++ backend, which will happen quickly as we would be required to just translate the tested code rather than writing it from scratch, after a few releases with APIs available for all the languages. + How to contribute? ------------------ From a4a35e81ef7afd1ec1ccfa6053b87f0418672141 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Sat, 14 Dec 2019 05:19:43 +0530 Subject: [PATCH 3/3] deleted unwanted file --- pydatastructs_diff.diff | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 pydatastructs_diff.diff diff --git a/pydatastructs_diff.diff b/pydatastructs_diff.diff deleted file mode 100644 index 827f511dd..000000000 --- a/pydatastructs_diff.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/README.md b/README.md -index 11495ab..a187ee3 100644 ---- a/README.md -+++ b/README.md -@@ -13,6 +13,13 @@ How are we different? - - There are many pre-exisiting packages available in the open source world based on the above idea. However, they lack the implementation of complex data structures and this makes us different. If you have worked with C++ and Python then you know how hard it is to code bug free AVL trees :-).Well, after this project you will not have to worry about it. In fact, we will keep each data structure independent from each other for easy code reusability. - -+Why we use Python? -+----------------- -+ -+As we know Python is an interepreted language and hence is slow as compared to C++, the most -+popular language for sports programming. We still decided to use Python because the software -+development can happen at a much faster pace and it is much easier to test various software designs and APIs as coding them out takes no time. However, keeping the need of the users in mind, we will shift to C++ backend, which will happen quickly as we would be required to just translate the tested code rather than writing it from scratch, after a few releases with APIs available for all the languages. -+ - How to contribute? - ------------------ -