Today in data structures, we talked about stacks. Stacks are pretty much like a linked list ecxept you can not insert or delete “nodes” from where ever you want. When you add an object it gets put at the top of the stack. And when you delete an object it takes it off of the top of the stack.
As an aid, feel free to use the following questions to help you generate content for your entries:
Today in discrete stuctures we went back to talking about functions. We talked about the function signature. The function signature is basically the type, return value,function name, and parameter list. The main point of the lecture was that when you declare your parameters as somthing, what ever you pass into them need to be the same type.
As an aid, feel free to use the following questions to help you generate content for your entries:
Today in discrete we talked some more about recusion. We worked more on our inclass recursion program. Recursion is a good concept to learn because it can make your program be more efficient.
Today in Data we talked about a binary tree. To navigate from left to right in a binary tree you “traverse”. You can not loop in a tree, if you do it is no longer a tree but a graph. Trees are like linked list but automatically sort.
stack pop operation
Stack is a data structure that is used to keep things in order. A stack allows adding and removing items in order. When something is added to the stack it goes to the top of the stack, and the first item added to the stack is the last item to be removed.Pop is the operation used to remove an item from a stack.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
stack underflow condition
When a command in a program tries to pop an element from an empty stack causing it to error out.
Demonstration of the indicated keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
Stack A=NULL
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ ./stack 1. to pop : 1 error stack underflow! lab46:~$
subset
A subset is a set which every element in the set is contained in a larger or equal size set. In other words a set with in a set.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
union
Union is the combination of the elements of two sets, without any duplicates.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
Demonstration of the indicated keyword.
A={1,3,5,7,9,} B={1,2,4,6,8} A U B={1,2,3,4,5,6,7,8,9}
Can you load windows 7 onto a macbook pro?
*http://www.digitaltrends.com/computing/how-to-install-windows-7-on-an-imac/
*http://www.zdnet.com/news/windows-7-works-great-on-the-macbook-pro/337007
Based on what i have read, i think that it is very possible and easy to install windows7 onto a macbook.
All of the articles are saying to upgrade your version of bootcamp and then just follow the on screen instructions in book camp to install windows.
I am going to test this experiment by using my macbook pro, and attempting to load my copy of windows7 onto it. I still want the ability to use mac as well, so i am going to attempt to duel boot this bitch.
I preformed the experiment.
It took around an hour to complete.
I partitioned the HDD in half and used one half for windows7 and one half for mac osx.
Boot camp then asked me to put the mac os cd in to load the drivers into windows(so that i can use the hardware).
It seems to be working fine, i can choose to boot into windows or mac, when i start up the computer.
Based on the data collected:
You can most definitely load windows7 onto a macbook. It is a great idea if you like the features and security that mac provides, but also need access to the business side of computing(Microsoft office, and other common programs)
If you do not care about mac and only want to use windows i would not suggest putting windows on a macbook for a couple reasons:
1. macbooks are a lot more expensive for the hardware that you get.
2. windows7 is not as stable when loaded on a macbook with boot camp.