John Conway, inventor of the Game of Life, has died of COVID-19 Computer Science |
- John Conway, inventor of the Game of Life, has died of COVID-19
- I write long tech articles about consoles in my free time for everyone to read and enjoy. Today I found out the official IEEE computer society copied my content with no attribution. Thank you!
- I Am Teaching Git and Data Structure Fundamentals Tonight!
- Leetcode Day 14 Challenge Today - Perform String Shifts - Efficient Solution with Code walkthrough
- Coding Demo for the Tom Scott "This Video Has ___ Views" Video
- Sum Root to Leaf Numbers - Day 46 of 100 Days of Programming - With Efficient Solution and explanation
- Coding Demo for the Tom Scott "This Video Has ___ Views" Video
- MIS Major + CS Minor. What career options are possible?
- Boolean algebra, AND gates & OR gates equations...
- Comp Sci Discord Network
- A* Self study Question?
- Operator overloading in c++
- Contiguous Array - Leetcode Day 12 Challenge today - Explanations and Code walkthrough with Efficient Solution
- How much does the school name of an undergraduate CS degree matter?
- The odd number game algorithm
- Using p2p video chat clients for conferencing
- Computational Category Theory in Python II: Numpy for FinVect
- research survey
- Computational complexity of a function
John Conway, inventor of the Game of Life, has died of COVID-19 Posted: 13 Apr 2020 04:56 PM PDT |
Posted: 13 Apr 2020 08:20 AM PDT |
I Am Teaching Git and Data Structure Fundamentals Tonight! Posted: 13 Apr 2020 05:24 PM PDT Hello everyone! An introduction to Git will be taking place live on the oneleif YouTube channel in just a moment! We are a nonprofit and just want to help people learn with a community. Learn how to create and manage GitHub repositories, run git commands from a terminal, and use different git UI clients. Basic language-agnostic data structures including primitive types(int, boolean, float), arrays, lists, dictionaries, and enums will also be covered. The stream start at 8pm CST, come ask questions! See you there! Youtube link: https://www.youtube.com/watch?v=r8ExKgZD85E [link] [comments] |
Leetcode Day 14 Challenge Today - Perform String Shifts - Efficient Solution with Code walkthrough Posted: 14 Apr 2020 02:42 AM PDT |
Coding Demo for the Tom Scott "This Video Has ___ Views" Video Posted: 13 Apr 2020 09:06 PM PDT Hey Guys, I made a demo of how the "This Video Has ___ Views" video works. Let me know what you guys think! [link] [comments] |
Posted: 13 Apr 2020 11:19 PM PDT |
Coding Demo for the Tom Scott "This Video Has ___ Views" Video Posted: 13 Apr 2020 11:12 PM PDT Hey Guys, I made a demo of how the "This Video Has ___ Views" video works. Let me know what you guys think! [link] [comments] |
MIS Major + CS Minor. What career options are possible? Posted: 13 Apr 2020 11:08 PM PDT Hi all, Im a third year college student studying management information systems. I recently began pursuing a minor in computer science- object oriented Java. I was wondering what career options I can pursue with the two? Thanks! [link] [comments] |
Boolean algebra, AND gates & OR gates equations... Posted: 13 Apr 2020 10:35 PM PDT Just a question to put my mind at ease... So in Boolean algebra, the AND gate can be put into an algebraic equation "A•B=Y" and the OR gate can be put into the equation "A+B=Y"... Is there a particular reason that the AND gate equation did not incorporate the "+" sign instead? It is messing with my head that the "•" is AND, and the "+" is OR... Just out of curiosity, thanks! [link] [comments] |
Posted: 13 Apr 2020 03:22 PM PDT Hello Computer Science friends, if any of you guys are interested in joining a Comp Sci Discord Networking Community for discussion, JOB SEARCH, ideas, studying, and industrial networking, this is the link, where you could discuss C++, Machine Learning, Data Science, AI, and Python. https://discord.gg/Z8ua3Rs Once you entered please type ?rank Computer Science [link] [comments] |
Posted: 13 Apr 2020 08:24 PM PDT Parenthetical Values are hueistics This is for an A* search. So I believe the decision tree would be
This is correct right? The only thing i'm not sure about is if on step 3 if SBCG is selected because the goal node is reached even tho SBCD contains a shorter path? Any help would be appreciated. [link] [comments] |
Posted: 13 Apr 2020 07:12 PM PDT How would you explain operator overloading in c++ to a dummy [link] [comments] |
Posted: 13 Apr 2020 09:34 AM PDT |
How much does the school name of an undergraduate CS degree matter? Posted: 13 Apr 2020 03:23 PM PDT I don't go to a school like MIT or Berkeley (currently attending Michigan State University), but I was just wondering how much of an impact that would have on my chances of getting internships/work opportunities in larger tech cities? This might sound like a silly question but I'm still fairly new to this. Any help would be greatly appreciated. [link] [comments] |
Posted: 13 Apr 2020 11:50 AM PDT Hello there, I am practicing on some algorithm problems and I have faced a problem which I can't understand clearly. Input: Subsequent {2}, {4}, {6,7,8} have an odd number of odd elements (one odd element, 7), their sum is 27 and is the maximum that can be obtained with 5 numbers that meet the required property. Output: 27 <--- a single number representing the maximum amount by applying the rules. My question is, how did he obtain that output? [link] [comments] |
Using p2p video chat clients for conferencing Posted: 13 Apr 2020 10:26 AM PDT Hello all, I was wondering why people don't use any p2p video conferencing software, source code of many of which are available online specially in java, for video conferencing in recent times where privacy of many are at risk? I read in news that recently a popular meeting platform had objectionable content being played. If such a software does not exist, I propose to make one with an added security idea - Take photographs of each of the student who is enrolled and when student logs in, authenticate his face using face recognition, that ways, third party hackers can hardly interfere inbetween..(or can they still?) Please give your feedback and thoughts on this. Thanks [link] [comments] |
Computational Category Theory in Python II: Numpy for FinVect Posted: 13 Apr 2020 05:43 AM PDT |
Posted: 13 Apr 2020 07:42 AM PDT hey guys, im writing a research paper on the connections between learning a world language vs learning a programming language. im trying to collect some data through a survey and i thought that this would be a good place to put it. if you have some spare time a submission would be really appreciated (its short dont worry) also, sorry if this kind of post breaks any rules. im not entirely sure which subreddit this should go on. [link] [comments] |
Computational complexity of a function Posted: 13 Apr 2020 05:34 AM PDT I have been reading about computational complexity lately, and though of a example which has been intriguing me some for sometime now.
Now, what would be the complexity of func1; O(n), or O(3max(n)), or O(n3max(n)), or something else? Also, how do you deal with the complexity of operations being performed inside a function. For example, do you need to consider the complexity of 3**i to calculate the complexity of func2? [link] [comments] |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment